mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
16 lines
224 B
TOML
16 lines
224 B
TOML
|
[build]
|
||
|
command = "yarn run build"
|
||
|
publish = ".next"
|
||
|
|
||
|
[[plugins]]
|
||
|
package = "@netlify/plugin-nextjs"
|
||
|
|
||
|
[[plugins]]
|
||
|
package = "netlify-plugin-cypress"
|
||
|
|
||
|
[plugins.inputs.postBuild]
|
||
|
enable = true
|
||
|
|
||
|
[plugins.inputs]
|
||
|
enable = false
|