fix bun 1.3 new hoisting (for now)

This commit is contained in:
dswbx
2025-10-31 17:31:19 +01:00
parent e9c92b6086
commit 84d4635ec3

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
working-directory: ./app
run: bun install
run: bun install --linker=hoisted
- name: Build
working-directory: ./app