feat(cli): create DB in start command if not exists (#285)
This commit is contained in:
2
packages/backend/database.d.ts
vendored
Normal file
2
packages/backend/database.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export * as utils from './dist/bin/database/utils';
|
||||
export * as database from './dist/src/config/database';
|
Reference in New Issue
Block a user