Skip to content

Commit

Permalink
Update qryn_bun.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent f611497 commit c2b2f1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qryn_bun.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env bun

/*
* qryn: polyglot observability API
* (C) 2018-2024 QXIP BV
*/

import { Router } from '@stricjs/router';
import { wrapper, wsWrapper } from './lib/bun_wrapper.js';

Expand Down

0 comments on commit c2b2f1e

Please sign in to comment.