supportcall
v1.0.6
Published
Envirement variables usage: Create Envirement file example:\ .env :
Readme
iCall
Envirement variables usage:
Create Envirement file example:
.env :
`VITE_BotManAPI = "http://localhost/chatbot/botman.php"` build:
npm buildOr use modes
.env.dev :
VITE_BotManAPI = "http://devUrl/chatbot/botman.php" .env.prod :
VITE_BotManAPI = "http://prodUrl/chatbot/botman.php" build:
vite build --mode dev
vite build --mode prod