mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
762a0a850e
Doing this BEFORE the merge prevents a lot of merge conflicts. 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
|