Skip to content

Commit

Permalink
fix: player ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 12, 2023
1 parent 2cf27ab commit 78b5bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/player/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const productionConfig: UserConfigExport = {
build: {
lib: {
formats: ['es'],
entry: path.resolve(__dirname, 'src', 'main.js'),
entry: path.resolve(__dirname, 'src', 'main.ts'),
fileName: () => `player.[format].js`
},
rollupOptions: {
Expand Down

0 comments on commit 78b5bcb

Please sign in to comment.