add telemetry
This commit is contained in:
parent
8a42f36ddc
commit
5f8f065636
8 changed files with 91 additions and 8 deletions
|
@ -3,8 +3,8 @@
|
|||
"type": "module",
|
||||
"main": "./generators/generate.js",
|
||||
"scripts": {
|
||||
"build": "bun ./generators/generate.ts",
|
||||
"build:watch": "bun run build --watch",
|
||||
"build": "bun $BUNFLAGS ./generators/generate.ts",
|
||||
"build:watch": "BUNFLAGS=--watch bun run build",
|
||||
"serve": "serve ./html",
|
||||
"dev": "run-p serve build:watch"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue