Fix layout realtime

This commit is contained in:
2024-12-04 11:12:52 +08:00
parent b638865c33
commit a95f4a480e
7 changed files with 204 additions and 138 deletions

View File

@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "bun --bun run next dev --experimental-https",
"build": "bun --bun run next build",
"build": "NODE_OPTIONS='--max-old-space-size=2048' bun --bun run next build",
"start": "bun --bun run next start",
"lint": "bun --bun run next lint",
"ver": "bunx commit-and-tag-version -- --prerelease"
@@ -94,4 +94,4 @@
"wibu-pkg": "^1.0.3",
"yaml": "^2.3.2"
}
}
}