mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
chore(monorepo/server): move server-side source code
This commit is contained in:
@@ -19,9 +19,11 @@
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build:ts": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"turndown": "7.2.0"
|
||||
"turndown": "7.2.0",
|
||||
"typescript": "5.8.3",
|
||||
"typescript-eslint": "8.30.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user