mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-10 16:30:15 +00:00
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch --allow-net main.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|