build 수정

This commit is contained in:
biryu2000 2025-05-25 22:59:40 +09:00
parent 7b9d856ffc
commit d327866dff
3 changed files with 141 additions and 918 deletions

BIN
.gitignore vendored

Binary file not shown.

1057
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "npx tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},