Revert "Add Dynamic Support"

This reverts commit e74459ecb9.
This commit is contained in:
rift 2023-12-21 11:43:40 -06:00
parent 0738ec8547
commit 6d99559768
6 changed files with 4 additions and 60 deletions

View file

@ -1,28 +0,0 @@
self.__dynamic$config = {
prefix: '/dyn/',
encoding: 'xor',
mode: 'production',
logLevel: 0,
bare: {
version: 3,
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: [
]
};