feat: midterm shit done
This commit is contained in:
+5
-1
@@ -6,12 +6,16 @@
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"build": "vite build",
|
||||
"watch": "vite build --watch --mode development",
|
||||
"preview": "vite preview",
|
||||
"pages:dev": "wrangler pages dev --proxy 5173 -- npm run dev",
|
||||
"pages:dev": "wrangler pages dev --proxy 5173",
|
||||
"pages:deploy": "wrangler pages deploy dist",
|
||||
"deploy": "npm run build && npm run pages:deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"file-type": "^20.4.1",
|
||||
"jose": "^6.0.10",
|
||||
"pinia": "^3.0.2",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.5.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user