Skip to content

Commit 57d057a

Browse files
committed
update docs
1 parent 4b3cfc3 commit 57d057a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vercelignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ frontend/node_modules/
99
frontend/cache/
1010
frontend/build/
1111
frontend/.next/
12-
server/
12+
app/
13+
internal/
1314

1415
*.exe
1516
.env

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This monorepo contains the web services and documentation for open.mp and SA-MP.
4040
- `emails/` [MJML](https://mjml.io) email templates for account registration and other things.
4141
- `frontend/` [Next.js](https://nextjs.org) app for the https://open.mp site.
4242
- `prisma/` [Prisma](https://prisma.io/) database models for generating Go code and SQL migrations.
43-
- `server/` Backend API for server listings, accounts, etc.
43+
- `app/` Backend API for server listings, accounts, etc.
4444

4545
## Frontend Development
4646

@@ -50,7 +50,7 @@ The only files that the frontend need that _are not_ in that directory are `docs
5050

5151
## Backend/Full Stack Development
5252

53-
When working on the backend, the root of the repository is where you need to be. The server application will assume it's being run from the root, _not_ from within `server/`.
53+
When working on the backend, the root of the repository is where you need to be. The server application will assume it's being run from the root, _not_ from within `cmd/`.
5454

5555
To start the API server, use [Taskfile](https://taskfile.dev) and run `task`, the default task is to build and run the API server.
5656

0 commit comments

Comments
 (0)