This commit is contained in:
rngsurrounded
2025-03-01 15:08:56 +09:00
69 changed files with 15947 additions and 105 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"build": "vite build",
"lint": "eslint . && tsc -b",
"preview": "vite preview"
},
"dependencies": {