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