mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Fixed scripts in bin folder (#6163)
This commit is contained in:
parent
03c8518e66
commit
47f0113fd7
5 changed files with 7 additions and 6 deletions
|
@ -19,4 +19,4 @@ cd "${MY_DIR}/../.." || exit 1
|
|||
echo "Running directly, without checking/installing dependencies"
|
||||
|
||||
# run Etherpad main class
|
||||
exec node src/node/server.js "$@"
|
||||
exec node --import tsx src/node/server.ts "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue