Added this stupid vibecoded app as a test
Build App / Build (push) Waiting to run

This commit is contained in:
2026-08-06 09:58:06 +02:00
parent d9e05fb487
commit a9860f4c94
51 changed files with 10154 additions and 7 deletions
@@ -0,0 +1,8 @@
// Default runtime configuration. Empty on purpose: with no override the API
// client falls back to VITE_API_BASE_URL and then to http://localhost:5000.
//
// The container entrypoint replaces this file at start-up from LADOSE_API_BASE_URL
// (see Dockerfile / docker-entrypoint.sh), which is what lets one image serve
// several environments without a rebuild. Shipping it means `vite dev` does not
// 404 on the <script> tag in src/app.html.
window.__LADOSE_CONFIG__ = {};
@@ -0,0 +1,3 @@
# allow crawling everything by default
User-agent: *
Disallow: