build and restart added

This commit is contained in:
Boki 2026-02-11 14:04:37 -05:00
parent 62422202a9
commit b979587f8c

View file

@ -5,7 +5,7 @@
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsx src/index.ts",
"dev": "dotnet build tools/OcrDaemon -c Release && tsx src/index.ts",
"build": "tsc",
"build:daemon": "dotnet build tools/OcrDaemon -c Release",
"start": "node dist/index.js"