fix(all): New templates.

This commit is contained in:
Rodrigo Rodriguez 2024-08-23 23:38:37 -03:00
parent 12418bd1b8
commit ed9412f74c

View file

@ -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 = () => {