Skip to content

Commit

Permalink
Update demos/example-vite/src/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Kistner <[email protected]>
  • Loading branch information
DominicGBauer and rkistner authored Sep 6, 2024
1 parent 0cecf1b commit 54b3e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/example-vite/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DummyConnector {

const customers = new Table({ name: column.text })

export const AppSchema = new Schema(customers);
export const AppSchema = new Schema({ customers });

let PowerSync;

Expand Down

0 comments on commit 54b3e77

Please sign in to comment.