mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 11:31:12 +00:00
refactor: Add frontend code to DB-GPT (#912)
This commit is contained in:
10
scripts/build_web_static.sh
Normal file
10
scripts/build_web_static.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../web
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
rm -rf ../dbgpt/app/static/*
|
||||
|
||||
cp -R ../web/out/* ../dbgpt/app/static
|
Reference in New Issue
Block a user