-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from powersync-ja/update-attachments-desc
Update description
- Loading branch information
Showing
7 changed files
with
47 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# PowerSync Vite bundling test | ||
|
||
This is a minimal example demonstrating bundling with Vite. It attempts a connection to verify that web workers load correctly, but networks requests will fail since no credentials are configured. See [src/index.js](src/index.js) for details. | ||
|
||
To see it in action: | ||
|
||
1. Make sure to run `pnpm build:packages` in the root directory of this Git repo. | ||
2. `pnpm start` | ||
3. Open the localhost URL in the browser displayed in the terminal output. | ||
1. Make sure to run `pnpm install` and `pnpm build:packages` in the root directory of this repo. | ||
2. cd into this directory, and run `pnpm start`. | ||
3. Open the localhost URL displayed in the terminal output in your browser. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# PowerSync Webpack bundling test | ||
|
||
This is a minimal example demonstrating bundling with Webpack. It attempts a connection to verify that web workers load correctly, but networks requests will fail since no credentials are configured. See [src/index.js](src/index.js) for details. | ||
|
||
To see it in action: | ||
|
||
1. Make sure to run `pnpm build:packages` in the root directory of this Git repo. | ||
2. `pnpm start` | ||
3. Open the localhost URL in the browser displayed in the terminal output. | ||
1. Make sure to run `pnpm install` and `pnpm build:packages` in the root directory of this repo. | ||
2. cd into this directory, and run `pnpm start`. | ||
3. Open the localhost URL displayed in the terminal output in your browser. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters