mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
* improvement(code-quality): centralize regex checks, normalization * simplify resolution * fix(copilot): don't allow duplicate name blocks * centralize uuid check
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
/**
|
|
* Re-exports env var utilities from executor constants for backward compatibility
|
|
*/
|
|
export {
|
|
extractEnvVarName,
|
|
isEnvVarReference,
|
|
} from '@/executor/constants'
|