Skip to content

Commit

Permalink
refactor: 兼容 vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jun 24, 2023
1 parent f8730db commit 9feda3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"dev": "BUILD_TYPE=siyuan vite build --watch",
"build": "BUILD_TYPE=siyuan vite build",
"staticBuild": "BUILD_TYPE=static vite build",
"vercelBuild": "BUILD_TYPE=vercel vite build",
"nginxBuild": "BUILD_TYPE=nginx vite build",
"start": "vite preview",
"test": "vitest --watch",
"preview": "vite preview",
Expand Down

0 comments on commit 9feda3c

Please sign in to comment.