Files
pkgbase-yaml-parser/src/index.ts
Cory Sanin 960772d5d1
All checks were successful
Distribution check / Generated files check (push) Successful in -2m2s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s
Unit tests / Unit tests (latest) (push) Successful in -2m0s
Unit tests / Unit tests (lts/*) (push) Successful in -2m0s
Unit tests / Unit tests (lts/hydrogen) (push) Successful in -2m0s
create index.js entrypoint
2025-11-07 00:40:03 -05:00

4 lines
45 B
TypeScript

import { main } from './router.js';
main();