mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
13 lines
236 B
TOML
13 lines
236 B
TOML
[build.environment]
|
|
NODE_VERSION = "20"
|
|
|
|
[build]
|
|
base = "website"
|
|
publish = "dist"
|
|
|
|
[context.production]
|
|
command = "VITE_HOSTNAME=$URL pnpm test"
|
|
|
|
[context.deploy-preview]
|
|
command = "VITE_HOSTNAME=$DEPLOY_PRIME_URL pnpm test"
|