mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
14 lines
258 B
TOML
Executable File
14 lines
258 B
TOML
Executable File
[build.environment]
|
|
NPM_FLAGS = "--version"
|
|
NODE_VERSION = "16"
|
|
|
|
[build]
|
|
publish = "docs/.vitepress/dist"
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store && npm run docs:build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|