Command line flags got broke. Now to run with flags run: (#46)

npm run start -- -m model-id -d data/dir
This commit is contained in:
Allen Hutchison
2025-04-18 16:41:51 -07:00
committed by GitHub
parent f3669f20a9
commit 3adc0dfbaf

View File

@@ -10,7 +10,7 @@
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces",
"test": "npm run test --workspaces",
"start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist -- \"$@\"",
"start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",