mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 18:07:17 +00:00
Add basic example script
This commit is contained in:
parent
49c27c4c7a
commit
4642d55b7b
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
"bcrypt": "1.0.1",
|
||||
"body-parser": "^1.13.1",
|
||||
"bufferedstream": "1.6.0",
|
||||
"codemirror": "^5.33.0",
|
||||
"connect-redis": "^3.1.0",
|
||||
"contentful": "^3.3.14",
|
||||
"cookie": "^0.2.3",
|
||||
|
|
3
services/web/public/frontend/rich-text.js
Normal file
3
services/web/public/frontend/rich-text.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { CodeMirror } from 'codemirror'
|
||||
|
||||
console.log('hello from rich text and codemirror')
|
Loading…
Reference in a new issue