We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ROLLDOWN_OPTIONS_VALIDATION=loose
1 parent 19a03fe commit dd1cd6aCopy full SHA for dd1cd6a
package.json
@@ -4,10 +4,10 @@
4
"type": "module",
5
"private": true,
6
"scripts": {
7
- "dev": "ROLLDOWN_OPTIONS_VALIDATION=loose vitepress dev",
+ "dev": "vitepress dev",
8
"prebuild": "pnpm run sponsors",
9
- "build": "ROLLDOWN_OPTIONS_VALIDATION=loose vitepress build",
10
- "preview": "ROLLDOWN_OPTIONS_VALIDATION=loose vitepress preview",
+ "build": "vitepress build",
+ "preview": "vitepress preview",
11
"lint": "oxlint -W correctness -W no-unused-vars --deny-warnings",
12
"lint:fix": "pnpm lint --fix && typos -w && pnpm fmt --write .",
13
"typecheck": "tsc",
0 commit comments