added missing files, update build behaviour

This commit is contained in:
jd
2026-02-13 22:21:53 +00:00
parent 0622aa3948
commit 99c7bdc0fd
3 changed files with 41 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"test": "bun --env-file=.env.test test ./src/tests/",
"build": "bun build src/index.ts --target bun",
"build": "docker build --pull --progress=plain --no-cache -t bgapp .",
"dev": "bun --env-file=.env.dev run src/index.ts"
},
"private": true,