https://formkit.com/getting-started/your-first-form
Some checks failed
/ surge (push) Failing after 4s

This commit is contained in:
严浩
2024-11-15 13:02:54 +08:00
parent a2bd1f22d2
commit 83a668d9e0
5 changed files with 165 additions and 33 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --port 1115",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},