mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
DataEditor setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user