feat: add loading when get settings (#19)

This commit is contained in:
Dream Hunter
2023-09-07 21:16:26 +08:00
committed by GitHub
parent 6fd96988ce
commit 9d18f7b59b
2 changed files with 52 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build -m prod --emptyOutDir",
"preview": "vite preview",
"deploy": "wrangler pages deploy ../dist --branch production"
},