Skip to content

Commit

Permalink
修正漏れ
Browse files Browse the repository at this point in the history
  • Loading branch information
blaue-fuchs committed Sep 9, 2024
1 parent 47c1292 commit edeb23b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default defineConfig({
spotlight_sendrecv: resolve(__dirname, 'examples/spotlight_sendrecv/index.html'),
spotlight_sendonly: resolve(__dirname, 'examples/spotlight_sendonly/index.html'),
spotlight_recvonly: resolve(__dirname, 'examples/spotlight_recvonly/index.html'),
sendonly_audio_bit_rate: resolve(__dirname, 'examples/sendonly_audio_bit_rate/index.html'),
sendonly_audio_codec: resolve(__dirname, 'examples/sendonly_audio_codec/index.html'),
sendonly_audio: resolve(__dirname, 'examples/sendonly_audio/index.html'),
messaging: resolve(__dirname, 'examples/messaging/index.html'),
},
},
Expand Down

0 comments on commit edeb23b

Please sign in to comment.