mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
8 lines
212 B
TOML
8 lines
212 B
TOML
[build]
|
|
command = "bun run build --filter=ppanel-user-web"
|
|
publish = "./apps/user/.next/"
|
|
[build.environment]
|
|
NODE_OPTIONS = "--max-old-space-size=8192"
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-nextjs" |