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 97bb2fd commit 8b3912fCopy full SHA for 8b3912f
package.json
@@ -7,7 +7,7 @@
7
"lint:root": "eslint tests",
8
"build": "npm run build --workspace=packages --if-present",
9
"pretest": "npm run build",
10
- "serve": "http-server -c-1 -s -p 3000 .",
+ "serve": "http-server -c-1 -s -p 3000 . --cors --headers '{\"Cross-Origin-Embedder-Policy\":\"require-corp\",\"Cross-Origin-Opener-Policy\":\"same-origin\"}'",
11
"test": "server-test test:browser:server 3000 test:all",
12
"test:all": "npm-run-all test:browser:*:*",
13
"test:browser": "mocha-headless-chrome --args=\"--enable-features=SharedArrayBuffer --enable-experimental-web-platform-features --cross-origin-isolated --allow-file-access-from-files\" -a no-sandbox",
0 commit comments