Input-Text geht, CORS behoben

This commit is contained in:
2025-09-24 21:10:11 +00:00
parent ef4ab9e800
commit a9428fee94
23 changed files with 257 additions and 71 deletions

View File

@@ -23,6 +23,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js (22.12.0) for auxiliary scripts
uses: actions/setup-node@v4
with:
node-version: '22.12.0'
check-latest: true
- name: Log in to CitySensor Container Registry
uses: docker/login-action@v3
with: