mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 20:10:01 -04:00
30 lines
515 B
JavaScript
30 lines
515 B
JavaScript
// See documentation for more information
|
|
|
|
self.__dynamic$config = {
|
|
prefix: '/~/dynamic/',
|
|
encoding: 'aes',
|
|
mode: 'production',
|
|
logLevel: 0,
|
|
bare: {
|
|
version: 2,
|
|
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: [
|
|
|
|
]
|
|
};
|