mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
10 lines
163 B
TypeScript
10 lines
163 B
TypeScript
const publicRuntimeConfig = {
|
|
|
|
}
|
|
|
|
const privateRuntimeConfig = {
|
|
API_TOKEN: process.env.API_TOKEN
|
|
}
|
|
|
|
export default { publicRuntimeConfig, privateRuntimeConfig}
|