mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
9 lines
205 B
TypeScript
9 lines
205 B
TypeScript
export const publicPages = [
|
|
'/',
|
|
'/api/v1/login/github/app',
|
|
'/api/v1/webhooks/deploy',
|
|
'/success',
|
|
'/api/v1/login/email'
|
|
];
|
|
export const VITE_GITHUB_APP_NAME = import.meta.env.VITE_GITHUB_APP_NAME;
|