fix: rebuild hook

This commit is contained in:
2025-02-06 04:47:42 +06:00
parent f297c5b18f
commit a7bf23222f
4 changed files with 123 additions and 88 deletions

View File

@@ -3,10 +3,10 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
"build": "ASTRO_TELEMETRY_DISABLED=1 astro build",
"preview": "ASTRO_TELEMETRY_DISABLED=1 astro preview",
"astro": "ASTRO_TELEMETRY_DISABLED=1 astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.8",