bun->pnpm

This commit is contained in:
Cat /dev/Nulo 2024-01-13 21:56:41 -03:00
parent 06c0e5814e
commit 260aab1ea2
4 changed files with 4129 additions and 4 deletions

View file

@ -14,7 +14,6 @@
"drizzle-orm": "^0.29.1"
},
"devDependencies": {
"@types/bun": "^1.0.0",
"drizzle-kit": "^0.20.7"
}
}

4127
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,6 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bun": "^1.0.0",
"typescript": "^5.3.3"
}
}

View file

@ -5,8 +5,8 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:container": "podman build -t gitea.nulo.in/nulo/preciazo/sitio -f ./Containerfile ..",
"push:container": "bun build:container && podman push gitea.nulo.in/nulo/preciazo/sitio",
"build:container": "podman build -t gitea.nulo.in/nulo/preciazo/sitio -f ./Dockerfile ..",
"push:container": "pnpm build:container && podman push gitea.nulo.in/nulo/preciazo/sitio",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",