Fixed proxying Etherpad with nginx. (#6388)

This commit is contained in:
SamTV12345 2024-05-18 11:22:13 +02:00 committed by GitHub
parent e6e1af5810
commit 3e9c90e994
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {