mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
39a4125cb0
* Refactor environment variables Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
9 lines
173 B
TOML
9 lines
173 B
TOML
[build]
|
|
publish = ".next"
|
|
command = "echo Pseudo build command because the build is made by the CI"
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-nextjs"
|
|
|
|
[dev]
|
|
targetPort = 3001
|