Skip to content

Commit

Permalink
pass
Browse files Browse the repository at this point in the history
  • Loading branch information
patooworld committed Jan 31, 2025
1 parent 04bcbb8 commit 56560c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
index.html,1736884219373,4d83b4a34e4f664f4005e47a19da0c2a7d9cd87d363498e3d42f19df6c797b84
index.html,1738284157898,4d83b4a34e4f664f4005e47a19da0c2a7d9cd87d363498e3d42f19df6c797b84
10 changes: 3 additions & 7 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# To learn more about how to use Nix to configure your environment
# see: https://developers.google.com/idx/guides/customize-idx-env
{...}: {
{pkgs}: {
# Which nixpkgs channel to use.
channel = "stable-24.05"; # or "unstable"

# Use https://search.nixos.org/packages to find packages
packages = [
# pkgs.go
# pkgs.python311
# pkgs.python311Packages.pip
# pkgs.nodejs_20
# pkgs.nodePackages.nodemon
pkgs.kubernetes
];

# Sets environment variables in the workspace
Expand All @@ -32,7 +28,7 @@
# manager = "web";
# env = {
# # Environment variables to set for your server
# PORT = "localhost:8080";
# PORT = "localhost:8080/api";
# };
# };
};
Expand Down
11 changes: 7 additions & 4 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"hosting": {
"source": "y",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"frameworksBackend": {
"region": "us-east1"
}
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 56560c8

Please sign in to comment.