forked from seth/ipv4.army
move index to src, add .env add types, fix > to actual bash like input and history
This commit is contained in:
parent
a65ee6fe67
commit
17467258fc
11 changed files with 339 additions and 180 deletions
|
@ -2,8 +2,8 @@
|
|||
"name": "ipv4.army",
|
||||
"module": "index.ts",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development bun run --hot . --watch",
|
||||
"start": "bun run .",
|
||||
"dev": "NODE_ENV=development bun run --hot src/index.ts",
|
||||
"start": "bun run src/index.ts",
|
||||
"lint": "bunx biome ci . --verbose",
|
||||
"lint:fix": "bunx biome check --fix"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue