Files
order_site/apps/backend/scripts/start-dev-container.sh
T
2026-05-25 21:46:39 +08:00

6 lines
69 B
Bash

#!/bin/sh
set -eu
npm install --no-fund --no-audit
exec npm run dev