1
0

npm testing

This commit is contained in:
Aiden
2026-06-10 11:03:43 +10:00
parent 7265842deb
commit fd82e1666f
3 changed files with 873 additions and 3 deletions

View File

@@ -4,10 +4,13 @@
"private": true,
"type": "module",
"scripts": {
"dev": "npm run build && vite --host 127.0.0.1",
"build": "tsc",
"check": "tsc --noEmit"
"check": "tsc --noEmit",
"preview": "npm run build && vite preview --host 127.0.0.1"
},
"devDependencies": {
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"vite": "^8.0.16"
}
}