mirror of
https://github.com/diced/zipline.git
synced 2026-06-12 10:51:17 -07:00
feat(v4.6.2): version
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user