add dynamic

This commit is contained in:
CoolElectronics 2023-08-13 15:04:53 -04:00
parent ebe1f18b68
commit f5e0c4202e
No known key found for this signature in database
GPG key ID: F63593D168636C50
20 changed files with 1782 additions and 252 deletions

View 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: [
]
};