Merge dev into main #1

Merged
admin merged 8 commits from dev into main 2026-06-17 16:37:16 +00:00
Showing only changes of commit aa44c265a9 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@ steps:
install:
image: node:20
commands:
- cd client && npm ci
- cd client && npm install
lint:
image: node:20