Files
tweakcn/routes.ts
T
Luis Llanes 6bd7229f40 docs: add BETTER_AUTH_SECRET example
Feature/public themes (#54)

* fix: Theme preset hover + middleware dead code

* wip

* refactor apply-theme-to-element

* feat: Add theme view

* Show unsaved changes in theme-preset-select

* feat: Add more actions for themes
2025-05-02 02:35:02 +05:30

4 lines
114 B
TypeScript

export const apiAuthPrefix: string = "/api/auth";
export const DEFAULT_LOGIN_REDIRECT: string = "/editor/theme";