This example starts a Fastify server.
- Fastify
- TypeScript
- Install dependencies
npm install
- Connect to your Railway project
railway link
- Start the development server
railway run npm run dev
This example starts a Fastify server.
npm install
railway link
railway run npm run dev