arbret/frontend/app/config.ts
counterweight 37de6f70e0
Add Prettier for TypeScript formatting
- Install prettier
- Configure .prettierrc.json and .prettierignore
- Add npm scripts: format, format:check
- Add Makefile target: format-frontend
- Format all frontend files
2025-12-21 21:59:26 +01:00

1 line
83 B
TypeScript

export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";