mirror of
https://github.com/Ladebeze66/devsite.git
synced 2025-12-16 05:47:46 +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";
|