chore: added internal api mocking for tests

This commit is contained in:
2024-09-29 13:15:46 +02:00
parent 091e94e396
commit 2ec02080c3
9 changed files with 532 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"dev:mock": "vite --mode development & yarn --cwd ./api-mock start",
"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",