Files
huike-back/cp_envs_moicen.sh
T
weli 44c320d8fa chore add core rust project files and diesel migrations
Track required workspace crates, scripts, and historical diesel migrations so the repository contains the complete runnable backend baseline.

Made-with: Cursor
2026-04-23 17:20:01 +08:00

12 lines
331 B
Bash
Executable File

#!/bin/sh
set -x
cp envs/moicen/htyuc.env htyuc/.env
cp envs/moicen/htyuc.env htyuc_models/.env
cp envs/moicen/htyws.env htyws/.env
cp envs/moicen/htyws.env htyws_models/.env
cp envs/moicen/htykc.env htykc/.env
cp envs/moicen/htykc.env htykc_models/.env
cp envs/moicen/htyts.env htyts/.env
cp envs/moicen/htyproc.env htyproc/.env