feat: pre command for ssh deploy

This commit is contained in:
Madray Haven
2024-09-27 15:12:04 +08:00
parent 38d975a3bb
commit 9acdd15c1e
4 changed files with 54 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"