ShyguysWingmanJS / vite.config.js
jakubrada's picture
Update vite.config.js
a747f32 verified
raw
history blame
110 Bytes
export default {
server: {
open: true,
allowedHosts: "jakubrada-shyguyswingmanjs.hf.space",
},
};