mirror of https://github.com/Lissy93/dashy.git
🔧 Sets Node runtime to 16.13.2 LTS
This commit is contained in:
parent
051ad842ec
commit
e3a39bc4b5
|
@ -9,6 +9,10 @@
|
|||
publish = "dist"
|
||||
functions = "services/serverless-functions"
|
||||
|
||||
# Set the Node runtime to LTS
|
||||
[context.production]
|
||||
NODE_VERSION = "16.13.2"
|
||||
|
||||
# Site info, used for the 1-Click deploy page
|
||||
[template.environment]
|
||||
STATUSKIT_PAGE_TITLE = "Dashy"
|
||||
|
@ -43,6 +47,6 @@
|
|||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
# Uncomment to enable Netlify user control. You must have a paid plan.
|
||||
# Uncomment to enable Netlify user control. Requires premium plan.
|
||||
# Basic-Auth = "someuser:somepassword anotheruser:anotherpassword"
|
||||
|
||||
|
|
Loading…
Reference in New Issue