2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-04 14:31:58 +01:00
tachiyomi-website/netlify.toml
2023-11-11 10:27:51 -05:00

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"