try fix cors issues

This commit is contained in:
2025-08-29 15:57:21 +02:00
parent 12f1e0ed69
commit 5f5f0c46fe
6 changed files with 31 additions and 19 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ jobs:
- name: Install Biome
run: bun install -g biome
- name: Run Biome lint
run: biome lint .
run: biome lint --write
- name: Run Biome format check
run: biome format .
run: biome format --write
build-and-push-docker:
needs: [build]