one
one copied to clipboard
update vite config for native build
vite config key needs to match app.json
name to register the application.
steps:
- grepped project, found all
app.json
files usingone-example
name. Updatedvite.config.ts
- successfully built the fullstack template after updating the vite config.
Note: I needed to clean and exit the app to make sure vite cache was cleaned.