move to logger on npm
Some checks failed
Code quality checks / biome (push) Failing after 12s

This commit is contained in:
creations 2025-04-22 20:16:51 -04:00
parent 881d4a0869
commit dd4a96cea4
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 8 additions and 217 deletions

View file

@ -7,7 +7,7 @@
"dev": "bun run --hot src/index.ts --dev",
"lint": "bunx biome check",
"lint:fix": "bunx biome check --fix",
"cleanup": "rm -rf logs node_modules bun.lockdb"
"cleanup": "rm -rf logs node_modules bun.lock"
},
"devDependencies": {
"@types/bun": "^1.2.9",
@ -19,6 +19,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@creations.works/logger": "^1.0.3",
"ejs": "^3.1.10"
}
}