AFFiNE/packages/backend/server
LongYinan c5ea6fd2c3
fix(server): selfhost issues (#5623)
- env name in helm chart
- omit health check controller in selfhost env
2024-01-18 05:55:54 +00:00
..
migrations feat: add workspace feature tests (#5501) 2024-01-05 04:13:47 +00:00
scripts fix: improve self-host convenience (#5582) 2024-01-15 09:24:53 +00:00
src fix(server): selfhost issues (#5623) 2024-01-18 05:55:54 +00:00
tests feat: use SafeInt replace Float (#5613) 2024-01-17 12:36:21 +00:00
.env.example fix: improve self-host convenience (#5582) 2024-01-15 09:24:53 +00:00
.gitignore refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
LICENSE refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
package.json feat: use SafeInt replace Float (#5613) 2024-01-17 12:36:21 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma feat: add workspace feature tests (#5501) 2024-01-05 04:13:47 +00:00
tsconfig.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
tsconfig.node.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00

Server

Get started

Install dependencies

yarn

Build Native binding

yarn workspace @affine/storage build

Run server

yarn dev

now you can access the server GraphQL endpoint at http://localhost:3000/graphql