deploying to firebase
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"projects": {
|
||||
"default": "itsamejms"
|
||||
}
|
||||
}
|
||||
@@ -6,3 +6,4 @@ coverage/
|
||||
*.log
|
||||
.env*
|
||||
!.env.example
|
||||
.firebase
|
||||
@@ -1 +1,2 @@
|
||||
## Local AI presentation for LEDEX Portimao 2026
|
||||
- `firebase deploy --only hosting:ledex-demo`
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"hosting": {
|
||||
"site": "ledex-demo",
|
||||
"public": "dist",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user