- Install prettier - Configure .prettierrc.json and .prettierignore - Add npm scripts: format, format:check - Add Makefile target: format-frontend - Format all frontend files
1 line
83 B
TypeScript
1 line
83 B
TypeScript
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:8000";
|