Add NOMAD_STORAGE_PATH schema definition to start/env.ts

Co-authored-by: jakeaturner <52841588+jakeaturner@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-19 18:21:59 +00:00 committed by Jake Turner
parent d86c78dba5
commit f905871392

View File

@ -20,6 +20,13 @@ export default await Env.create(new URL('../', import.meta.url), {
LOG_LEVEL: Env.schema.string(),
INTERNET_STATUS_TEST_URL: Env.schema.string.optional(),
/*
|----------------------------------------------------------
| Variables for configuring storage paths
|----------------------------------------------------------
*/
NOMAD_STORAGE_PATH: Env.schema.string.optional(),
/*
|----------------------------------------------------------
| Variables for configuring session package