We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa68cdc commit 9c6e71eCopy full SHA for 9c6e71e
js/vite.config.js
@@ -6,6 +6,7 @@ export default defineConfig({
6
outDir: 'dist',
7
rollupOptions: {
8
input: {
9
+ message: 'examples/message/index.html',
10
publisher: 'examples/media/publisher/index.html',
11
subscriber: 'examples/media/subscriber/index.html'
12
}
0 commit comments