cli/cmd/lthn-desktop/frontend.old/src/environments/environment.common.ts
Snider 9ef000853e feat: add lthn-desktop as default GUI and restructure build targets
- Set lthn-desktop as the default gui build target (port 9247)
- Add core-demo GUI with Vite frontend (port 9245)
- Configure core-gui on port 9246 to avoid conflicts
- Update .gitignore for lthn-desktop and core-demo artifacts
- Include lthn-desktop Angular frontend with Monaco editor and Claude panel
- Add frontend.old directory preserving original lthn-desktop pages

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 14:40:33 +00:00

18 lines
383 B
TypeScript

export const appVersion = '250905-1502';
export const appInfo = {
name: 'Core',
logo: 'ganatan',
network: 'ganatan',
xnetwork: 'dannyganatan',
linkedinnetwork: 'dannyganatan',
website: 'www.ganatan.com',
};
export const applicationBase = {
name: 'angular-starter',
angular: 'Angular 20.3.2',
bootstrap: 'Bootstrap 5.3.8',
fontawesome: 'Font Awesome 7.0.1',
};