2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-03-06 18:35:20 +01:00

13 lines
236 B
TOML
Raw Normal View History

2023-07-18 14:36:36 +02:00
[build.environment]
2023-10-28 22:19:25 -04:00
NODE_VERSION = "20"
2023-07-18 14:36:36 +02:00
[build]
base = "website"
2023-09-10 21:36:00 +02:00
publish = "dist"
[context.production]
2023-11-11 10:27:51 -05:00
command = "VITE_HOSTNAME=$URL pnpm test"
[context.deploy-preview]
2023-11-11 10:27:51 -05:00
command = "VITE_HOSTNAME=$DEPLOY_PRIME_URL pnpm test"