We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9fb00 commit ea43d39Copy full SHA for ea43d39
src/index.ts
@@ -4,7 +4,7 @@ import postgres from 'postgres';
4
import {platform} from 'os';
5
6
const debug = getDebug('postgres-local');
7
-const PD_TEMP_DATA_PATH = `/tmp/postgres-local-${Date.now()}`;
+const PD_TEMP_DATA_PATH = `/tmp/postgres-local}`;
8
9
export async function start(options: {
10
seedPath?: string;
0 commit comments