diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..bdd1587 Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json index b815b2d..ad6f1af 100755 --- a/package.json +++ b/package.json @@ -29,22 +29,21 @@ "anonymous" ], "scripts": { - "start": "astro dev --config ./source/astro.mjs --host", - "translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate", - "build": "astro build --config ./source/astro.js" + "start": "astro dev --config ./web/astro.mjs --host", + "translate": "astro-i18next --config ./web/astro-i18next.config.mjs generate", + "build": "astro build --config ./web/astro.mjs" }, "dependencies": { "@astrojs/mdx": "^3.1.5", "@astrojs/node": "^8.3.3", "@astrojs/vue": "^4.5.0", "@iconoir/vue": "^7.8.0", - "@minpluto/polestar": "^0.0.4", + "@minpluto/polestar": "^0.0.51", "@minpluto/zorn": "^0.4.51", "@nurodev/astro-bun": "^1.1.5", - "@openpanel/sdk": "^1.0.0", "@supabase/supabase-js": "^2.45.3", "astro": "^4.15.2", "astro-tooltips": "^0.6.2", - "sass": "^1.77.8" + "sass": "^1.78.0" } }