Merge pull request #10815 from overleaf/em-esm-chat

Move chat service to ES modules

GitOrigin-RevId: c08ae8328b8f3b539e6cfe052834b84bb3756330
This commit is contained in:
Eric Mc Sween
2022-12-13 07:37:49 -05:00
committed by Copybot
parent 7c1e91573c
commit 0a12c47b35
21 changed files with 198 additions and 295 deletions

View File

@@ -3,6 +3,7 @@
"description": "The backend API that powers Overleaf chat",
"private": true,
"main": "app.js",
"type": "module",
"scripts": {
"start": "node $NODE_APP_OPTIONS app.js",
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",