categorys and titles for images

This commit is contained in:
Zutatensuppe 2021-05-22 01:51:44 +02:00
parent 8abbb13fcc
commit 239c879649
22 changed files with 964 additions and 86 deletions

View file

@ -1,5 +1,11 @@
#!/bin/sh
# TODO: add switch via param
# server for built files
cd "$RUN_DIR/build/server"
nodemon --max-old-space-size=64 main.js -c ../../config.json
# dev server
# npm run ts-node src/server/main.ts -- -c config.json