/
opt
/
mawid
/
packages
/
shared
/
src
/
/opt/mawid/packages/shared/src
mkdir
upload
Name
Size
Mode
Actions
i18n/
-
0755
rm
schemas/
-
0755
rm
index.ts
247
0644
edit
dl
rm
Edit:
/opt/mawid/packages/shared/src/index.ts
(247B)
export * from './i18n/index.js'; export * from './schemas/index.js'; export const SUPPORTED_LANGUAGES = ['ar', 'tr', 'en'] as const; export type Language = (typeof SUPPORTED_LANGUAGES)[number]; export const DEFAULT_TIMEZONE = 'Europe/Istanbul';
Save
cmd:
run