Merge pull request #259 from TriliumNext/feature/server_esm

Server ESM port: Basic imports
This commit is contained in:
Elian Doran
2024-07-27 15:19:44 +03:00
committed by GitHub
225 changed files with 1556 additions and 1501 deletions

17
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "errors",
"problemMatcher": "$tsc-watch",
"isBackground": true,
"presentation": {
"revealProblems": "never"
},
"runOptions": {
"runOn": "folderOpen"
}
}
]
}