Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit e0ed255

Browse files
committed
Chore: Refactor Stacks controller and stuff
1 parent 871ab4f commit e0ed255

9 files changed

Lines changed: 660 additions & 626 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run unit tests
3030
run: |
3131
export PAD_NEW_LINES=false
32-
docker compose -f docker/docker-compose.dev.yaml up -d
32+
docker compose -f docker/docker-compose.unit-test.yaml up -d
3333
bun test
3434
3535
- name: Log unit test files

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"lint": "biome check --formatter-enabled=true --linter-enabled=true --organize-imports-enabled=true --fix src"
2525
},
2626
"dependencies": {
27+
"@elysiajs/cors": "^1.3.3",
28+
"@elysiajs/html": "^1.3.0",
2729
"@elysiajs/server-timing": "^1.3.0",
2830
"@elysiajs/static": "^1.3.0",
2931
"@elysiajs/swagger": "^1.3.0",

0 commit comments

Comments
 (0)