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.
1 parent 1269b61 commit fd21c42Copy full SHA for fd21c42
.changeset/evil-ideas-stop.md
@@ -0,0 +1,2 @@
1
+---
2
packages/clerk-js/package.json
@@ -41,6 +41,7 @@
41
"bundlewatch": "pnpm --package=bundlewatch -c dlx \"FORCE_COLOR=1 bundlewatch --config bundlewatch.config.json\"",
42
"clean": "rimraf ./dist",
43
"dev": "rspack serve --config rspack.config.js",
44
+ "dev:chips": "rspack serve --config rspack.config.js --env variant=\"clerk.chips.browser\"",
45
"dev:headless": "rspack serve --config rspack.config.js --env variant=\"clerk.headless.browser\"",
46
"dev:origin": "rspack serve --config rspack.config.js --env devOrigin=http://localhost:${PORT:-4000}",
47
"dev:sandbox": "rspack serve --config rspack.config.js --env devOrigin=http://localhost:${PORT:-4000} --env sandbox=1",
0 commit comments