mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
762a0a850e
Doing this BEFORE the merge prevents a lot of merge conflicts. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
10 lines
173 B
TOML
10 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
|