Skip to content

Commit

Permalink
chore: enable top-level awaits
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Feb 7, 2025
1 parent 8f0863c commit e48820d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sample-apps/client/ts-quickstart/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import basicSsl from '@vitejs/plugin-basic-ssl';

export default {
plugins: [basicSsl()],
build: {
target: 'esnext',
},
};

0 comments on commit e48820d

Please sign in to comment.