fix(all): New templates.
This commit is contained in:
parent
12418bd1b8
commit
ed9412f74c
1 changed files with 2 additions and 2 deletions
4
boot.mjs
4
boot.mjs
|
@ -16,8 +16,8 @@ var __dirname = process.env.PWD || process.cwd();
|
|||
try {
|
||||
var run = () => {
|
||||
|
||||
import('./dist/src/webapp.js').then((gb)=> {
|
||||
gb.GBUI.run()
|
||||
import('./dist/src/app.js').then((gb)=> {
|
||||
gb.GBServer.run()
|
||||
});
|
||||
};
|
||||
var processDist = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue