AFFiNE/packages/backend/server
darkskygit 44b0ea2b6c
feat: no branches workflow support (#7119)
fix AFF-1165 AFF-1164
2024-06-07 05:53:39 +00:00
..
migrations feat(server): runtime setting support (#5602) 2024-05-28 06:43:53 +00:00
scripts ci: set private key from env (#6239) 2024-03-21 10:09:26 +00:00
src feat: no branches workflow support (#7119) 2024-06-07 05:53:39 +00:00
tests feat: no branches workflow support (#7119) 2024-06-07 05:53:39 +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: fetch fal stream correctly (#7141) 2024-06-04 09:30:11 +00:00
README.md refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +00:00
schema.prisma feat(server): runtime setting support (#5602) 2024-05-28 06:43:53 +00:00
tsconfig.json refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +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/server-native build

Run server

yarn dev

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