chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from '../../src';
|
||||
|
||||
export default defineConfig({
|
||||
schema: './schema.ts',
|
||||
dialect: 'postgresql',
|
||||
dbCredentials: {
|
||||
host: '127.0.0.1',
|
||||
port: 5432,
|
||||
user: 'postgresql',
|
||||
password: 'postgres',
|
||||
database: 'db',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user