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.
--host
playground:start
package.json
1 parent b6fd7b6 commit 7a42e60Copy full SHA for 7a42e60
package.json
@@ -19,8 +19,8 @@
19
"lint:css": "stylelint **/src/**/*.css",
20
"lint": "eslint .",
21
"playground:build": "yarn workspace @docsearch/react-example build",
22
- "playground:start": "yarn workspace @docsearch/react-example dev",
23
- "playground-js:start": "yarn workspace @docsearch/js-example dev",
+ "playground:start": "yarn workspace @docsearch/react-example dev --host",
+ "playground-js:start": "yarn workspace @docsearch/js-example dev --host",
24
"release": "shipjs prepare",
25
"start": "yarn run watch",
26
"test:size": "bundlesize",
0 commit comments