mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
8 lines
132 B
TOML
8 lines
132 B
TOML
[build.environment]
|
|
NODE_VERSION = "16"
|
|
|
|
[build]
|
|
base = "website"
|
|
publish = "src/.vitepress/dist"
|
|
command = "npm run build"
|