build: moved to bunx
All checks were successful
Build Gameflow Site / build (push) Successful in 58s

This commit is contained in:
Simeon Radivoev 2026-05-07 00:44:00 +03:00
parent bd2db9cd67
commit 5aa3f672fe
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
2 changed files with 6 additions and 5 deletions

1
.astro/types.d.ts vendored
View file

@ -1 +1,2 @@
/// <reference types="astro/client" /> /// <reference types="astro/client" />
/// <reference path="content.d.ts" />

View file

@ -37,11 +37,11 @@
"@types/bun": "latest" "@types/bun": "latest"
}, },
"scripts": { "scripts": {
"dev": "astro dev", "dev": "bunx --bun astro dev",
"dev:host": "astro dev --host", "dev:host": "bunx --bun astro dev --host",
"build": "astro build", "build": "bunx --bun astro build",
"preview": "astro preview", "preview": "bunx --bun astro preview",
"astro": "astro" "astro": "bunx --bun astro"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5" "typescript": "^5"