mirror of
https://github.com/status-im/status-web.git
synced 2026-08-30 22:01:15 +00:00
* fix(status.app): normalize prefetch before passing to next-intl Link next/link can emit prefetch: "unstable_forceStale", but next-intl’s Link type doesn’t accept it. Strip/normalize that value in the shared link wrapper to prevent the TypeScript build error. * chore: upgrade next to version 15.5.16 across all projects * chore: re-generate next-end.d.ts * chore: add changeset
Status API
This is the repository for the Status API.
Prerequisites
Required:
Getting Started
Go to the project directory:
cd apps/api
Install dependencies:
pnpm install
Pull environment variables:
vercel env pull .env.local
Note
This project is deployed on Vercel at https://vercel.com/status-im-web/status-api. You can also get the environment variables manually from there. However this is recommended to pull envs through the Vercel CLI as there are a lot of them.
Start the development server:
pnpm dev