Skip to content

Commit

Permalink
update vite config for native build (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
benschac authored Oct 8, 2024
1 parent d359389 commit 15fc46c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/one-recommended/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
},

app: {
key: 'One',
key: 'one-example',
},
}),

Expand Down
2 changes: 1 addition & 1 deletion examples/one-tamagui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
app: {
// set to the key of your native app
// will call AppRegistry.registerComponent(app.key)
key: 'One',
key: 'one-example',
},
}),

Expand Down
2 changes: 1 addition & 1 deletion examples/one-zero/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
},

app: {
key: 'One',
key: 'one-example',
},
}),

Expand Down
2 changes: 1 addition & 1 deletion examples/test/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
},

app: {
key: 'One',
key: 'one-example',
},
}),
],
Expand Down

0 comments on commit 15fc46c

Please sign in to comment.