Skip to content

Commit a32302a

Browse files
update readme with instructions for fetching powersync_db.worker.js
1 parent c67c12a commit a32302a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/powersync/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,8 @@ Web support is currently in an alpha release.
157157

158158
Web support requires `sqlite3.wasm` and `powersync_db.worker.js` assets to be served from the web application. This is typically achieved by placing the files in the project `web` directory.
159159

160-
These assets are automatically configured in this monorepo when running `melos prepare`.
161-
162160
- `sqlite3.wasm` can be found [here](https://github.com/simolus3/sqlite3.dart/releases)
163-
- `powersync_db.worker.js` will eventually be released in the repo's releases.
164-
- In the interim the asset can be retrieved from the `./assets` folder after executing `melos prepare`
161+
- `powersync_db.worker.js` can be found in the repo's [releases](https://github.com/powersync-ja/powersync.dart/releases) page.
165162

166163
Currently the Drift SQLite library is used under the hood for DB connections. See [here](https://drift.simonbinder.eu/web/#getting-started) for detailed compatibility
167164
and setup notes.

0 commit comments

Comments
 (0)