move to yarn

This commit is contained in:
Lio 2025-11-19 12:42:42 +01:00
parent 2eb45e22e2
commit 1ac026ea9f
3 changed files with 6963 additions and 2063 deletions

2061
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{
"name": "astro-air",
"name": "wrath",
"type": "module",
"version": "0.0.1",
"scripts": {
@ -7,7 +7,8 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
"format": "prettier --write .",
"start": "HOST=0.0.0.0 PORT=4321 node ./dist/server/entry.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.5",

6960
yarn.lock Normal file

File diff suppressed because it is too large Load diff