diff options
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..39fd1a8 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[build] + +command = "npm run production" +publish = "build_production" +environment = { PHP_VERSION = "7.2" } |
