ShyguysWingmanJS / vite.config.js
jakubrada's picture
Update vite.config.js
0093d69 verified
raw
history blame contribute delete
112 Bytes
export default {
server: {
open: true,
allowedHosts: ["jakubrada-shyguyswingmanjs.hf.space"],
},
};