mirror of
https://github.com/Ladebeze66/devsite.git
synced 2025-12-13 04:36:49 +01:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
// utils/config.ts
|
|
|
|
export const API_URL = process.env.NEXT_PUBLIC_API_URL || "http://localhost:1337";
|