Files
Dorod-Sky/entrypoint-skyvernui.sh

12 lines
155 B
Bash
Raw Normal View History

2024-05-30 01:36:17 +08:00
#!/bin/bash
set -e
# setting api key
export VITE_SKYVERN_API_KEY=$(sed -n 's/.*cred\s*=\s*"\([^"]*\)".*/\1/p' .streamlit/secrets.toml)
npm run start