build and restart added
This commit is contained in:
parent
62422202a9
commit
b979587f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsx src/index.ts",
|
"dev": "dotnet build tools/OcrDaemon -c Release && tsx src/index.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"build:daemon": "dotnet build tools/OcrDaemon -c Release",
|
"build:daemon": "dotnet build tools/OcrDaemon -c Release",
|
||||||
"start": "node dist/index.js"
|
"start": "node dist/index.js"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue