Move it all to the bottom

This commit is contained in:
issy 2025-12-15 19:12:59 +00:00
parent 0b04af90ab
commit 7f7239a042

View File

@ -3,15 +3,6 @@
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "npm@11.4.2",
"engines": {
"node": "^20.19.6",
"npm": "11.4.2"
},
"volta": {
"node": "20.19.6",
"npm": "11.4.2"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build --base=/BASE_PATH/",
@ -133,5 +124,14 @@
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vitest": "^3.0.7"
},
"packageManager": "npm@11.4.2",
"engines": {
"node": "^20.19.6",
"npm": "11.4.2"
},
"volta": {
"node": "20.19.6",
"npm": "11.4.2"
}
}