This commit is contained in:
2024-12-02 21:34:00 +08:00
parent 932735f923
commit ff6ebece93
3 changed files with 5 additions and 8539 deletions

BIN
bun.lockb Executable file

Binary file not shown.

View File

@@ -6,11 +6,11 @@
"seed": "npx tsx prisma/seed.ts --yes" "seed": "npx tsx prisma/seed.ts --yes"
}, },
"scripts": { "scripts": {
"dev": "next dev --experimental-https", "dev": "bun --bun run next dev --experimental-https",
"build": "next build", "build": "bun --bun run next build",
"start": "next start", "start": "bun --bun run next start",
"lint": "next lint", "lint": "bun --bun run next lint",
"ver": "npx commit-and-tag-version -- --prerelease" "ver": "bunx commit-and-tag-version -- --prerelease"
}, },
"dependencies": { "dependencies": {
"@bounceapp/iframe": "^0.3.0", "@bounceapp/iframe": "^0.3.0",

8534
yarn.lock

File diff suppressed because it is too large Load Diff