feat: docker support

This commit is contained in:
Morten Olsen
2025-10-16 14:54:52 +02:00
parent 1f4b9cab04
commit b75866bbdf
9 changed files with 91 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
"type": "module",
"main": "dist/exports.js",
"scripts": {
"dev": "node --no-warnings --watch src/start.ts",
"test:lint": "eslint",
"build": "tsc --build",
"test:unit": "vitest --run --passWithNoTests",