1.0.6 • Published 8 months ago

supportcall v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

iCall

Envirement variables usage: Create Envirement file example:\ .env :

`VITE_BotManAPI = "http://localhost/chatbot/botman.php"`    

build:

npm build

Or 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