add client/admin pages, show info and created admin api and server actions
This commit is contained in:
@@ -37,4 +37,6 @@ const LC: Locale[] = [
|
||||
|
||||
const locales: loc[] = LC.map((locale: Locale) => locale.code)
|
||||
|
||||
export { locales, defaultLocale, fallbackLocale, LC, importLocales, type loc }
|
||||
const SKIP_I18N_URLS = '/api/'
|
||||
|
||||
export { locales, defaultLocale, fallbackLocale, LC, importLocales, type loc, SKIP_I18N_URLS }
|
||||
Reference in New Issue
Block a user