@vue-skuilder/db 0.1.13 → 0.1.14-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -832,8 +832,6 @@ var init_courseLookupDB = __esm({
832
832
  }
833
833
  const dbUrl = `${ENV.COUCHDB_SERVER_PROTOCOL}://${ENV.COUCHDB_SERVER_URL}/${courseLookupDBTitle}`;
834
834
  const options = {
835
- skip_setup: true
836
- // Keep the original option
837
835
  // fetch: (url, opts) => { // Optional: Add for debugging network requests
838
836
  // console.log('PouchDB fetch:', url, opts);
839
837
  // return pouch.fetch(url, opts);