mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
23 lines
524 B
TOML
Executable File
23 lines
524 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 = "/new"
|
|
to = "https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/basic?initialPath=__vitest__"
|
|
status = 302
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|
|
[[headers]]
|
|
for = "/manifest.webmanifest"
|
|
[headers.values]
|
|
Content-Type = "application/manifest+json"
|