shyguys_2 / vite.config.js
theo-michel's picture
Update vite.config.js
9c5da45 verified
raw
history blame
114 Bytes
export default {
server: {
open: true,
allowedHosts: ['mistral-ai-game-jam-shyguys-2.hf.space']
},
};