Lazy load static objects

This commit is contained in:
Chocobozzz
2019-12-18 15:31:54 +01:00
parent 5dfb7c1dec
commit ba430d7516
55 changed files with 554 additions and 365 deletions

View File

@@ -8,6 +8,6 @@ else
clientCommand="npm run build:client"
fi
npm run concurrently -- --raw \
npm run concurrently -- --raw \w
"$clientCommand" \
"npm run build:server"