mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:05:16 +00:00
fix(nc-gui): Minor fix
This commit is contained in:
@@ -342,7 +342,7 @@ const setup = async ({
|
||||
url?: string;
|
||||
}): Promise<NcContext> => {
|
||||
let dbType = process.env.CI ? process.env.E2E_DB_TYPE : process.env.E2E_DEV_DB_TYPE;
|
||||
dbType = dbType || isEE() ? 'pg' : 'sqlite';
|
||||
dbType = dbType || 'sqlite';
|
||||
|
||||
let response;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user