mirror of
https://github.com/jnsahaj/tweakcn.git
synced 2026-09-19 01:35:51 +08:00
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
4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
export const apiAuthPrefix: string = "/api/auth";
|
|
|
|
export const DEFAULT_LOGIN_REDIRECT: string = "/editor/theme";
|