Dockerization

This commit is contained in:
2024-02-03 14:53:49 +03:00
parent 532e03e900
commit 6ef18366f0
4 changed files with 24 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "flexpatrol.ru-form-handler",
"private": true,
"module": "index.ts",
"devDependencies": {
"bun-types": "^0.5.0"
@@ -8,4 +9,4 @@
"start": "bun run index.ts"
},
"type": "module"
}
}