Clean up whitespace in CouchDB factory and add coverage directory to gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -37,3 +37,6 @@ couchdb-data/
|
||||
test-results/
|
||||
playwright-report/
|
||||
playwright/.cache/
|
||||
|
||||
# Test coverage reports
|
||||
coverage/
|
||||
|
||||
@@ -21,7 +21,6 @@ const createDbService = () => {
|
||||
if (isProduction()) {
|
||||
try {
|
||||
// Use dynamic require to avoid TypeScript resolution issues
|
||||
|
||||
const {
|
||||
CouchDBService: RealCouchDBService,
|
||||
} = require('./couchdb.production');
|
||||
|
||||
Reference in New Issue
Block a user