Add support for simple web server

This commit is contained in:
2025-04-04 15:40:50 +02:00
parent d5d1218f5c
commit 900145a4d0
9 changed files with 1410 additions and 197 deletions

View File

@@ -7,5 +7,5 @@ buildNpmPackage {
pname = "actual-importer";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-u880X9C5s69nFU0uMt6pRLRGgCui0Pwx1K9lrOroPYw=";
npmDepsHash = "sha256-dbMJNdYEZvvUTLHTN9W9VgDwrODdO1eZpfIwxlIvimA=";
}