fix: point 'npm run start' to index.js (#199)
This commit is contained in:
parent
64910527de
commit
ebc0df6cbe
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "../../scripts/build_package.sh",
|
"build": "../../scripts/build_package.sh",
|
||||||
"clean": "rm -rf dist",
|
"clean": "rm -rf dist",
|
||||||
"start": "node dist/gemini.js",
|
"start": "node dist/index.js",
|
||||||
"debug": "node --inspect-brk dist/gemini.js",
|
"debug": "node --inspect-brk dist/index.js",
|
||||||
"lint": "eslint . --ext .ts,.tsx",
|
"lint": "eslint . --ext .ts,.tsx",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue