mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
chore: update execution path
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"start": "node dist/main.js",
|
||||
"start": "node dist/src/main.js",
|
||||
"start:dev": "nodemon",
|
||||
"test": "nyc --require ts-node/register mocha src/**/*.spec.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
|
||||
"typeorm:cli": "ts-node ./node_modules/typeorm/cli -f ./ormconfig.ts",
|
||||
@@ -101,4 +101,4 @@
|
||||
"node": ">=12 <=14",
|
||||
"yarn": ">=1.10.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user