community: remove premium protocols and streaming surface
This commit is contained in:
@@ -77,18 +77,6 @@ const BUNDLES = {
|
||||
'js/settings.js',
|
||||
],
|
||||
},
|
||||
'stream-sessions': {
|
||||
files: [
|
||||
'js/nav.js',
|
||||
'js/stream-sessions.js',
|
||||
],
|
||||
},
|
||||
'async-jobs': {
|
||||
files: [
|
||||
'js/nav.js',
|
||||
'js/async-jobs.js',
|
||||
],
|
||||
},
|
||||
'workspace-setup': {
|
||||
files: [
|
||||
'js/diagnostics.js',
|
||||
@@ -220,11 +208,9 @@ async function main() {
|
||||
rewriteHtml('html/login.html', manifest, '..');
|
||||
rewriteHtml('html/agents.html', manifest, '..');
|
||||
rewriteHtml('html/api-keys.html', manifest, '..');
|
||||
rewriteHtml('html/async-jobs.html', manifest, '..');
|
||||
rewriteHtml('html/logs.html', manifest, '..');
|
||||
rewriteHtml('html/secrets.html', manifest, '..');
|
||||
rewriteHtml('html/settings.html', manifest, '..');
|
||||
rewriteHtml('html/stream-sessions.html', manifest, '..');
|
||||
rewriteHtml('html/usage.html', manifest, '..');
|
||||
rewriteHtml('html/workspace-setup.html', manifest, '..');
|
||||
rewriteHtml('html/wizard/index.html', manifest, '../..');
|
||||
|
||||
Reference in New Issue
Block a user