2020-04-15 15:48:16 +02:00
|
|
|
[build]
|
2020-11-04 08:26:58 +01:00
|
|
|
publish = "public"
|
|
|
|
functions = "functions"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[build.environment]
|
2021-10-05 08:04:49 +02:00
|
|
|
NODE_VERSION = "16.9.1"
|
|
|
|
NPM_VERSION = "7.21.1"
|
2020-11-04 08:26:58 +01:00
|
|
|
|
|
|
|
[context.production]
|
2021-09-03 13:42:43 +02:00
|
|
|
command = "npm run build"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[context.deploy-preview]
|
2021-09-03 13:42:43 +02:00
|
|
|
command = "npm run build -- -b $DEPLOY_PRIME_URL"
|
2020-04-15 15:48:16 +02:00
|
|
|
|
|
|
|
[context.branch-deploy]
|
2021-09-03 13:42:43 +02:00
|
|
|
command = "npm run build -- -b $DEPLOY_PRIME_URL"
|
2021-04-02 19:45:05 +02:00
|
|
|
|
|
|
|
[context.next]
|
2021-09-03 13:42:43 +02:00
|
|
|
command = "npm run build"
|
2021-04-02 19:45:05 +02:00
|
|
|
|
|
|
|
[context.next.environment]
|
|
|
|
HUGO_ENV = "next"
|
|
|
|
|
|
|
|
[dev]
|
|
|
|
framework = "#custom"
|
2021-09-03 13:42:43 +02:00
|
|
|
command = "npm run start"
|
2021-04-02 19:45:05 +02:00
|
|
|
targetPort = 1313
|
|
|
|
port = 8888
|
|
|
|
publish = "public"
|
|
|
|
autoLaunch = false
|