4f1f76c7ce
Running `npm run serve` in `platform/javascript/` will start
a web server that uses `bin/` as its root folder. This means you
can extract a compiled web editor ZIP in this folder and immediately
be able to test the web editor.
Headers required for the use of SharedArrayBuffer are automatically
added to every response.
(cherry picked from commit 9ef9bfb12c
)
21 lines
550 B
JSON
21 lines
550 B
JSON
{
|
|
"public": "../../bin",
|
|
"headers": [{
|
|
"source": "**/*",
|
|
"headers": [
|
|
{
|
|
"key": "Cross-Origin-Embedder-Policy",
|
|
"value": "require-corp"
|
|
}, {
|
|
"key": "Cross-Origin-Opener-Policy",
|
|
"value": "same-origin"
|
|
}, {
|
|
"key": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
}, {
|
|
"key": "Cache-Control",
|
|
"value": "no-store, max-age=0"
|
|
}
|
|
]
|
|
}]
|
|
}
|