diff --git a/package.json b/package.json index 8a93acc..db7ace3 100644 --- a/package.json +++ b/package.json @@ -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"