refactor: fit structure of main directories

This commit is contained in:
matt1432 2025-01-04 21:34:36 -05:00
parent 49dc072b81
commit d2625fa290
12 changed files with 110 additions and 99 deletions
devShells/node

View file

@ -0,0 +1,14 @@
{
mkShell,
bumpNpmDeps,
nodejs_latest,
typescript,
...
}:
mkShell {
packages = [
bumpNpmDeps
nodejs_latest
typescript
];
}