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 c765783 commit a16f0e6Copy full SHA for a16f0e6
src/scripts/db/setup.ts
@@ -8,6 +8,6 @@ import { DATABASE_NAME } from "lib/config/env.config";
8
9
// biome-ignore lint/suspicious/noConsoleLog: script logging
10
console.log(`Creating ${DATABASE_NAME} database...`);
11
-await $`createdb -U postgres template-elysia`;
+await $`createdb -U postgres ${DATABASE_NAME}`;
12
13
console.log("Database created");
0 commit comments