chore: added api mocking

This commit is contained in:
2025-01-27 02:31:08 +01:00
parent 48e8129902
commit f19a256153
9 changed files with 164 additions and 55 deletions
+3 -1
View File
@@ -4,7 +4,9 @@
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --mode staging",
"dev:mock": "vite --mode development & yarn --cwd ./api-mock start",
"mock:setup": "cd ./api-mock && yarn && yarn fetch",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},