Add new components for AI and tutorials, update routing, and enhance file upload functionality

This commit is contained in:
liosha84
2025-08-04 10:38:46 +03:00
parent 18c6906637
commit 483d029952
206 changed files with 2362 additions and 1199 deletions
@@ -1,7 +1,8 @@
export const environment = {
default_page: 'main/generate-image',
default_page: 'main/tutorials/tutorials-all',
port: 8081,
production: true,
fromWeb: true,
host_name: 'https://jambotron.run.place'
host_name: 'https://jambotron.run.place',
title: 'JAMBOTRON.RUN.PLACE'
};