shyguys_2 / vite.config.js
theo-michel's picture
Initial commit with latest state
426a708
raw
history blame contribute delete
211 Bytes
import dotenv from "dotenv";
dotenv.config();
export default {
define: {
"process.env": process.env,
},
server: {
open: true,
allowedHosts: ["mistral-ai-game-jam-shyguys-2.hf.space"],
},
};