feat(v4.6.2): version

This commit is contained in:
diced
2026-06-02 19:35:43 -07:00
parent 19b7e6f938
commit 754c54542e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "zipline", "name": "zipline",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"version": "4.6.1", "version": "4.6.2",
"scripts": { "scripts": {
"build": "tsx scripts/build.ts", "build": "tsx scripts/build.ts",
"dev": "cross-env NODE_ENV=development DEBUG=zipline tsx --require ./src/dotenv.js --enable-source-maps ./src/server", "dev": "cross-env NODE_ENV=development DEBUG=zipline tsx --require ./src/dotenv.js --enable-source-maps ./src/server",
+1 -1
View File
@@ -172,7 +172,7 @@ export async function read() {
} }
} }
logger.debug("overridden db settings from env vars", { overridden: global.__tamperedConfig__ }); logger.debug('overridden db settings from env vars', { overridden: global.__tamperedConfig__ });
const raw = structuredClone(rawConfig); const raw = structuredClone(rawConfig);