chore: api mock configuration files

This commit is contained in:
2024-09-30 14:23:20 +02:00
parent 5105229eef
commit 4ac92198b7
8 changed files with 41 additions and 28870 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --mode staging",
"dev:mock": "vite --mode development & yarn --cwd ./api-mock start",
"dev:fetch": "yarn --cwd ./api-mock fetch",
"build": "vue-tsc --noEmit && vite build",
"deploy:prod": "yarn build && firebase deploy --only hosting",
"deploy:dev": "yarn build && firebase hosting:channel:deploy dev --expires 7d",