Add flake.nix

This commit is contained in:
2025-07-06 16:45:58 +02:00
parent 4871052a4b
commit ca732c1306
5 changed files with 68 additions and 1 deletions

2
app.js Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env node
import express from 'express';
import {createClient} from 'db-vendo-client/index.js';
import {profile as dbnavProfile} from 'db-vendo-client/p/dbnav/index.js';