This commit is contained in:
8
packages/server/biome.json
Normal file
8
packages/server/biome.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
|
||||
"root": false,
|
||||
"extends": "//",
|
||||
"files": {
|
||||
"includes": ["./src/**"]
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint:tsc": "tsc --noEmit",
|
||||
"lint:biome": "biome lint ./src",
|
||||
"lint:biome": "biome lint",
|
||||
"build": "rollup -c",
|
||||
"dev:bun": "NODE_ENV=development bun --hot ./src/entrypoint.bun.ts",
|
||||
"dev:node": "NODE_ENV=development tsx --watch ./src/entrypoint.node.ts",
|
||||
|
||||
Reference in New Issue
Block a user