Skip to content

Commit

Permalink
Merge pull request #382 from NiloCK/express-deploy-fix
Browse files Browse the repository at this point in the history
use relative paths...
  • Loading branch information
NiloCK authored Dec 26, 2024
2 parents 426639b + bc05724 commit 38f0532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/db/userDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from './index';
import UpdateQueue, { Update } from './updateQueue';
import { CardHistory, CardRecord } from './types';
import { PouchError } from '@/types/pouchdb';
import { PouchError } from '../types/pouchdb';

const cardHistoryPrefix = 'cardH-';
const remoteStr: string = ENV.COUCHDB_SERVER_PROTOCOL + '://' + ENV.COUCHDB_SERVER_URL + 'skuilder';
Expand Down

0 comments on commit 38f0532

Please sign in to comment.