Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm i
- run: npm run format

test:
test:
name: build-app
runs-on: ubuntu-latest
steps:
Expand All @@ -42,4 +42,4 @@ jobs:
- name: Install dependencies # (assuming your project has dependencies)
run: bun install # You can use npm/yarn/pnpm instead if you prefer
- name: Run tests
run: bun test
run: bun test
11 changes: 0 additions & 11 deletions Dockerfile.frontend
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
FROM node:18-alpine AS Runner

WORKDIR /app

COPY . .

RUN npm install

EXPOSE 3000

CMD ["npm" ,"run" ,"start:web"]
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN npm install

RUN npm run build:worker

CMD ["npm","run", "start:worker"]
CMD ["npm","run", "start:worker"]
36 changes: 0 additions & 36 deletions apps/docs/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions apps/docs/README.md

This file was deleted.

Binary file removed apps/docs/app/favicon.ico
Binary file not shown.
Binary file removed apps/docs/app/fonts/GeistMonoVF.woff
Binary file not shown.
Binary file removed apps/docs/app/fonts/GeistVF.woff
Binary file not shown.
50 changes: 0 additions & 50 deletions apps/docs/app/globals.css

This file was deleted.

31 changes: 0 additions & 31 deletions apps/docs/app/layout.tsx

This file was deleted.

188 changes: 0 additions & 188 deletions apps/docs/app/page.module.css

This file was deleted.

Loading
Loading