Move filemanager/ to frontend/

This commit is contained in:
Johannes Zellner
2023-07-12 14:22:58 +02:00
parent 9b6957b52f
commit caa160b3fd
518 changed files with 16 additions and 16 deletions

9
frontend/develop.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -eu
echo "=> Set API origin"
export VITE_API_ORIGIN="my.nebulon.space"
echo "=> Run vite locally"
npm run dev