Fixed proxying Etherpad with nginx.

This commit is contained in:
SamTV12345 2024-05-18 11:17:42 +02:00
parent e6e1af5810
commit f6ddd89d63
3 changed files with 4921 additions and 3843 deletions

View file

@ -7,6 +7,7 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"build-copy": "tsc && vite build --outDir ../src/templates/admin --emptyOutDir",
"preview": "vite preview"
},
"dependencies": {