chore: disable telemetry for dev server
This commit is contained in:
parent
45404b01e1
commit
b7d5721a33
2 changed files with 4530 additions and 5079 deletions
|
@ -5,8 +5,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"astro": "astro",
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"dev": "astro telemetry disable && astro dev",
|
||||
"start": "astro telemetry disable && astro dev",
|
||||
"build": "astro telemetry disable && astro build",
|
||||
"preview": "astro preview",
|
||||
"lint": "eslint . --config eslint.config.mjs --cache",
|
||||
|
|
9605
pnpm-lock.yaml
9605
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue