44c320d8fa
Track required workspace crates, scripts, and historical diesel migrations so the repository contains the complete runnable backend baseline. Made-with: Cursor
12 lines
347 B
Bash
Executable File
12 lines
347 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
|
|
cp envs/huiwings/htyuc.env htyuc/.env
|
|
cp envs/huiwings/htyuc.env htyuc_models/.env
|
|
cp envs/huiwings/htyws.env htyws/.env
|
|
cp envs/huiwings/htyws.env htyws_models/.env
|
|
cp envs/huiwings/htykc.env htykc/.env
|
|
cp envs/huiwings/htykc.env htykc_models/.env
|
|
cp envs/huiwings/htyts.env htyts/.env
|
|
cp envs/huiwings/htyproc.env htyproc/.env
|