Add environment configuration and local development documentation

- Parameterize CORS_ORIGINS in docker-compose.swarm.yml
- Add .env.example with configuration options
- Create comprehensive LOCAL_DEVELOPMENT.md guide
- Update README.md with environment variable documentation
- Provide alternatives for local development without production domain

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
anthonyrawlins
2025-07-10 18:20:52 +10:00
parent daf0766e29
commit f3cbb5c6f7
50 changed files with 6339 additions and 528 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

347
frontend/dist/assets/index-DF5q6xIR.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -61,8 +61,8 @@
}
}
</style>
<script type="module" crossorigin src="/assets/index-CuJrCQ6O.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Brhp0ltD.css">
<script type="module" crossorigin src="/assets/index-DF5q6xIR.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-9i8CMzyD.css">
</head>
<body>
<noscript>

View File

@@ -1456,7 +1456,6 @@
"x64"
],
"dev": true,
"ideallyInert": true,
"license": "MIT",
"optional": true,
"os": [

View File

@@ -0,0 +1,3 @@
# `@rollup/rollup-linux-x64-musl`
This is the **x86_64-unknown-linux-musl** binary for `rollup`

View File

@@ -0,0 +1,22 @@
{
"name": "@rollup/rollup-linux-x64-musl",
"version": "4.44.2",
"os": [
"linux"
],
"cpu": [
"x64"
],
"files": [
"rollup.linux-x64-musl.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": "rollup/rollup",
"libc": [
"musl"
],
"main": "./rollup.linux-x64-musl.node"
}

Binary file not shown.