feat: implement project launch script run.sh and update README

This commit is contained in:
2025-12-20 22:05:18 +03:00
parent e4dc3159cd
commit 58831c536a
23 changed files with 964 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
import { addToast } from './toasts.js';
const API_BASE_URL = 'http://localhost:8000';
const API_BASE_URL = '';
// [DEF:fetchApi:Function]
// @PURPOSE: Generic GET request wrapper.