fix: db port used in tests
This commit is contained in:
@@ -25,7 +25,7 @@ const dbProcess = $({
|
||||
verbose: true,
|
||||
})`${args.dbCommand}`.nothrow();
|
||||
|
||||
process.env.TURSO_URL = "http://127.0.0.1:3000";
|
||||
process.env.TURSO_URL = "http://127.0.0.1:3001";
|
||||
process.env.TURSO_AUTH_TOKEN = "asd";
|
||||
await $`bun db:migrate`.nothrow();
|
||||
await $({
|
||||
|
||||
Reference in New Issue
Block a user