mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Unified installation process
This commit is contained in:
parent
628f486b75
commit
a63c27df0f
4 changed files with 12 additions and 508 deletions
|
@ -67,7 +67,7 @@
|
|||
"semver": "^7.6.3",
|
||||
"socket.io": "^4.7.5",
|
||||
"socket.io-client": "^4.7.5",
|
||||
"superagent": "^10.0.0",
|
||||
"superagent": "9.0.2",
|
||||
"threads": "^1.7.0",
|
||||
"tinycon": "0.6.8",
|
||||
"tsx": "4.16.5",
|
||||
|
|
1
src/static/js/vendors/html10n.ts
vendored
1
src/static/js/vendors/html10n.ts
vendored
|
@ -993,4 +993,5 @@ class Loader {
|
|||
const html10n = new Html10n()
|
||||
export default html10n
|
||||
|
||||
// @ts-ignore
|
||||
window.html10n = html10n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue