feat: config management
fuck it we're vibecoding now
This commit is contained in:
parent
1ea3f3ba97
commit
1eb2200fbe
14 changed files with 1082 additions and 33 deletions
|
|
@ -1,2 +1,2 @@
|
|||
export const ROLE_NAME_REGEX = /^[a-zA-Z]{4,32}$/
|
||||
export const RESERVED_NAMES = ['roleadd', 'roledel', 'join', 'leave', 'myroles', 'roles']
|
||||
export const ROLE_NAME_REGEX = /^[a-z]{4,32}$/i
|
||||
export const RESERVED_NAMES = ['roleadd', 'roledel', 'join', 'leave', 'myroles', 'roles', 'config', 'reload']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue