Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1969 #1971

Merged
merged 1 commit into from Apr 29, 2024
Merged

Fix #1969 #1971

merged 1 commit into from Apr 29, 2024

Conversation

tobiasBora
Copy link
Contributor

This fixes #1969 (a type was not exported)

Note to myself and other people that want to test/contribute to dexie.js

  1. Clone dexie.js, install pnpm (I used nix-shell -p nodePackages.pnpm, npm will not work here), and run pnpm install in the root folder of Dexie, pnpm build in the root folder to build dexie.js (not sure if needed for addons), and go to addons/dexie-export-import/, and also run these two commands. This should create a dist folder.
  2. From the addons/dexie-export-import/, run npm link
  3. From your project, run npm link dexie-export-import, it should make node_modules/dexie-export-import point (via a symlink) to your copy of dexie project. Everytime you change dexie, make sure to rebuild it.

@dfahlander dfahlander merged commit b2bc4c8 into dexie:master Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't import ExportProgress?
2 participants