fix webpack build system

This commit is contained in:
TuxCoder 2022-02-19 10:21:00 +01:00
parent 032cd8d963
commit c15be406ea
53 changed files with 498 additions and 19204 deletions

View file

@ -10,6 +10,8 @@ https.key:
https.crt: https.key
openssl req -x509 -key https.key -out https.crt -days 365 -subj "/C=US/ST=Test/L=Test/O=Test/CN=account.example.com" -addext "subjectAltName=DNS:account.example.com" \
clean:
rm lenticular_cloud/static -rf
run: server_keys
./venv/bin/gunicorn wsgi:app -b :9090 --certfile https.crt --keyfile https.key