chore: Add .env and config.json files to build script

This commit is contained in:
sanjay7178 2024-06-01 11:13:57 +05:30
parent 9ce893b1e3
commit 63797ac849

View File

@ -1,4 +1,6 @@
#!/bin/bash
cp ./configs/env-template.txt .env
cp ./configs/config-demo.json config.json
TARGET="./cc-backend"
VAR="./var"