hedgedoc/netlify.toml
Tilman Vatteroth 39a4125cb0
Refactor handling of environment variables (#2303)
* Refactor environment variables

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-09-16 09:03:29 +00:00

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