This commit is contained in:
2026-01-17 16:04:32 +01:00
parent 6423886930
commit e59cbade53
3 changed files with 210 additions and 43 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"fill": "ts-node src/webdav/fill-file-sizes.ts",
"dev:dav": "tsx watch src/webdav/server.ts",
"build": "tsc",
"start": "node dist/src/index.js",