We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7628b08 commit 1d79ebeCopy full SHA for 1d79ebe
package.json
@@ -15,7 +15,7 @@
15
"statusline": "bun run src/ccstatusline.ts",
16
"build": "rm -rf dist/* && bun build src/ccstatusline.ts --target=node --outfile=dist/ccstatusline.js --target-version=14",
17
"postbuild": "bun run scripts/replace-version.ts",
18
- "example": "bun run scripts/run-example.ts",
+ "example": "cat scripts/payload.example.json | CCSTATUSLINE_CONFIG=./scripts/settings.json bun start",
19
"prepublishOnly": "bun run build",
20
"lint": "bun tsc --noEmit; eslint . --config eslint.config.js --max-warnings=999999 --fix",
21
"test": "bun vitest"
scripts/run-example.ts
0 commit comments