firebase.json (hoppscotch-2.0.0) | : | firebase.json (hoppscotch-2.1.0) | ||
---|---|---|---|---|
{ | { | |||
"firestore": { | "firestore": { | |||
"rules": "firestore.rules", | "rules": "firestore.rules", | |||
"indexes": "firestore.indexes.json" | "indexes": "firestore.indexes.json" | |||
}, | }, | |||
"hosting": { | "hosting": { | |||
"predeploy": ["mv .env.example .env && npm ci && npm run generate"], | "predeploy": [ | |||
"public": "dist", | "cd packages/hoppscotch-app && mv .env.example .env && cd ../.. && npm ins | |||
tall -g pnpm && pnpm i && pnpm run generate" | ||||
], | ||||
"public": "packages/hoppscotch-app/dist", | ||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], | |||
"rewrites": [ | "rewrites": [ | |||
{ | { | |||
"source": "**", | "source": "**", | |||
"destination": "/index.html" | "destination": "/index.html" | |||
} | } | |||
] | ] | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added |