Skip to content

Commit

Permalink
fixup! feat: Add chat interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbyrne committed Jan 10, 2024
1 parent 49d0566 commit f45c994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default defineConfig([
fs: './node_modules/browserify-fs',
vue: './node_modules/vue/dist/vue.esm.browser.js',
vuex: './node_modules/vuex/dist/vuex.esm.browser.js',
'socket.io-client': './node_modules/socket.io-client/dist/socket.io.min.js',
};
},
loader: {
Expand Down

0 comments on commit f45c994

Please sign in to comment.