Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mistral-AI-Game-Jam
/
shyguys_2
like
43
Running
on
T4
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
refs/pr/7
shyguys_2
/
vite.config.js
theo-michel
Initial commit with latest state
426a708
13 days ago
raw
Copy download link
history
blame
Safe
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"
],
},
};