mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
fix(#964): Allow "." in variable names + make error message more consistent
This commit is contained in:
@@ -1 +1 @@
|
||||
export const envVariableNameRegex = /^(?!\d)[\w-]*$/;
|
||||
export const envVariableNameRegex = /^(?!\d)[\w-.]*$/;
|
||||
|
||||
Reference in New Issue
Block a user