fix: change setup.ts -> setup.mjs

This commit is contained in:
DuroCodes
2024-06-20 22:42:38 -04:00
parent 7ea8d0bcfe
commit 9077a640c0
2 changed files with 2 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "bun run setup.ts",
"postinstall": "bun run setup.mjs",
"lunaria:build": "lunaria build",
"lunaria:preview": "lunaria preview"
},