Removed unecessary code

This commit is contained in:
Jason Casareno
2022-08-01 17:18:56 -07:00
parent a73d64ddc1
commit 8663934075
2 changed files with 0 additions and 8 deletions

View File

@@ -9,14 +9,7 @@ export type Environment = {
}[]
}
export type Variables = {
key: string
value: string
}[]
const REGEX_ENV_VAR = /<<([^>]*)>>/g // "<<myVariable>>"
const REGEX_PATH_VAR = /{{([^}]*)}}/g // "{{myVariable}}"
/**
* How much times can we expand environment variables