tambahan
This commit is contained in:
10
package.json
10
package.json
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user