mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
add dynamic
This commit is contained in:
parent
ebe1f18b68
commit
f5e0c4202e
20 changed files with 1782 additions and 252 deletions
28
frontend/public/dynamic/dynamic.config.js
Normal file
28
frontend/public/dynamic/dynamic.config.js
Normal file
|
@ -0,0 +1,28 @@
|
|||
self.__dynamic$config = {
|
||||
prefix: '/service/',
|
||||
encoding: 'xor',
|
||||
mode: 'production', // development: zero caching, no minification, production: speed-oriented
|
||||
logLevel: 0, // 0: none, 1: errors, 2: errors + warnings, 3: errors + warnings + info
|
||||
bare: {
|
||||
version: 2, // v3 is bad
|
||||
path: '/bare/',
|
||||
},
|
||||
tab: {
|
||||
title: 'Service',
|
||||
icon: null,
|
||||
ua: null,
|
||||
},
|
||||
assets: {
|
||||
prefix: '/dynamic/',
|
||||
files: {
|
||||
handler: 'dynamic.handler.js',
|
||||
client: 'dynamic.client.js',
|
||||
worker: 'dynamic.worker.js',
|
||||
config: 'dynamic.config.js',
|
||||
inject: null,
|
||||
}
|
||||
},
|
||||
block: [
|
||||
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue