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.
play:standalone
1 parent e32fc21 commit 4cda6d4Copy full SHA for 4cda6d4
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"docs:serve": "pnpm -C docs run docs:serve",
15
"play": "pnpm -C packages/core run play",
16
"play:debug": "pnpm -C packages/core run play:debug",
17
- "play:standalone": "pnpm -C packages/core run dev:standalone",
+ "play:standalone": "pnpm -C packages/core run play:standalone",
18
"example:plugin-file-explorer": "pnpm -C examples/plugin-file-explorer run play:dev",
19
"postinstall": "npx simple-git-hooks && pnpm -C packages/rolldown run dev:prepare && skills-npm",
20
"lint": "eslint --cache",
0 commit comments