17 Star 157 Fork 52

Gitee 极速下载 / Etherpad

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ether/etherpad-lite
克隆/下载
start.bat 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
SamTV12345 提交于 2024-02-11 09:51 . Added pnpm (#6148)
@echo off
REM Windows and symlinks do not get along with each other, so on Windows
REM `node_modules\ep_etherpad-lite` is sometimes a full copy of `src` not a
REM symlink to `src`. If it is a copy, Node.js sees `src\foo.js` and
REM `node_modules\ep_etherpad-lite\foo.js` as two independent modules with
REM independent state, when they should be treated as the same file. To work
REM around this, everything must consistently use either `src` or
REM `node_modules\ep_etherpad-lite` on Windows. Because some plugins access
REM Etherpad internals via `require('ep_etherpad-lite/foo')`,
REM `node_modules\ep_etherpad-lite` is used here.
cd src
pnpm run prod
JavaScript
1
https://gitee.com/mirrors/Etherpad.git
git@gitee.com:mirrors/Etherpad.git
mirrors
Etherpad
Etherpad
develop

搜索帮助