👷 ci: add Docker image workflow

This commit is contained in:
2026-07-01 12:52:17 +07:00
parent eb242ce953
commit 44a1519ec2
2 changed files with 94 additions and 2 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
},
"scripts": {
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"build": "bun run typecheck",