This commit is contained in:
MotorTruck1221
2025-05-05 00:16:07 -06:00
parent 44a42117f3
commit e53b28f777
3 changed files with 26 additions and 21 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"build": "npm run build:server & npm run build:client",
"start": "node server/index.js",
"bstart": "npm run build && npm run start",
"astro": "astro"
"astro": "astro",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.4",