From 5aa3f672fe9ccbe1e3f297b7e179812fdb5eab59 Mon Sep 17 00:00:00 2001 From: Simeon Radivoev Date: Thu, 7 May 2026 00:44:00 +0300 Subject: [PATCH] build: moved to bunx --- .astro/types.d.ts | 1 + package.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index f964fe0..03d7cc4 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1 +1,2 @@ /// +/// \ No newline at end of file diff --git a/package.json b/package.json index 229d79b..5717a64 100644 --- a/package.json +++ b/package.json @@ -37,11 +37,11 @@ "@types/bun": "latest" }, "scripts": { - "dev": "astro dev", - "dev:host": "astro dev --host", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" + "dev": "bunx --bun astro dev", + "dev:host": "bunx --bun astro dev --host", + "build": "bunx --bun astro build", + "preview": "bunx --bun astro preview", + "astro": "bunx --bun astro" }, "peerDependencies": { "typescript": "^5"