-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoov_config-dev.json
More file actions
28 lines (28 loc) · 993 Bytes
/
moov_config-dev.json
File metadata and controls
28 lines (28 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"moovweb_project_format_version": "2.0.0",
"domain_model": "single_domain",
"user_agent": "pwa-_Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; da-dk) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1",
"CanAccessRequestHeaderAndBody": true,
"ReqHeaderChangeAllowed": true,
"RespHeaderChangeAllowed": true,
"EdgeRequestChangeAllowed": true,
"EdgeResponseChangeAllowed": true,
"taskrunner": {
"on_project_start_command": "node ./tasks/on_project_start",
"on_deploy_command": "node ./tasks/on_deploy"
},
"layers": ["minify-js", "minify-css", "live-reload"],
"host_map": [
"$.moovweb.cloud => dev-origin.moovweb.com"
],
"static_paths": {
"/.well-known/*": "/well-known/*",
"/manifest.json": "/manifest.json",
"/pwa/*": "/pwa/*",
"/service-worker.js*": "/service-worker.js",
"/workbox-*": "/workbox-*",
"/icons/*": "/icons/*",
"/robots.txt": "/robots.txt",
"/favicon.ico": "/icons/favicon.ico"
}
}