Use vitejs instead of react-scripts

- react-scripts are not maintained anymore
- vitejs is well suited for single page applications

Fixes #335

See https://darekkay.com/blog/create-react-app-to-vite/

Change-Id: Ib884748e373094a640b576894ff67b98c3584ec8
This commit is contained in:
Manuel Stahl
2024-04-18 17:48:53 +02:00
committed by Manuel Stahl
parent 4b1277f653
commit 2e2085cdfe
8 changed files with 2036 additions and 5839 deletions

View File

@@ -14,8 +14,6 @@ services:
# if you're building on an architecture other than amd64, make sure
# to define a maximum ram for node. otherwise the build will fail.
# - NODE_OPTIONS="--max_old_space_size=1024"
# default is .
# - PUBLIC_URL=/synapse-admin
ports:
- "8080:80"
restart: unless-stopped