Format
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user