mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
DataEditor setup
This commit is contained in:
parent
890998bce5
commit
c3a69d4236
5 changed files with 105 additions and 0 deletions
7
make.sh
7
make.sh
|
@ -13,6 +13,13 @@ npm run export
|
|||
popd
|
||||
ln -sf "$PWD/modules/qmining/qmining-page/out" "$PWD/modules/qmining/public"
|
||||
|
||||
echo "Making data editor page"
|
||||
pushd modules/dataEditor/qmining-data-editor/
|
||||
npm install
|
||||
npm run export
|
||||
popd
|
||||
ln -sf "$PWD/modules/dataEditor/qmining-data-editor/out" "$PWD/modules/dataEditor/public"
|
||||
|
||||
echo "mkdir-ing/touching :3"
|
||||
|
||||
# TODO: make server create these itself
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue