mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-25 03:48:38 +09:00
Initial Global Release v1.0 (Localization & Security Hardening)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* 전역 시스템 상수 (Global System Constants)
|
||||
*/
|
||||
export const Constants = {
|
||||
GROUPS: {
|
||||
DEFAULT: 'default',
|
||||
FILES: 'files',
|
||||
DONE: 'done'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user