🎉」 init: Started auth api

This commit is contained in:
2025-06-30 13:52:01 +02:00
parent 80d904a6d2
commit 8e688519d2
5 changed files with 391 additions and 1 deletions

View File

@ -36,7 +36,16 @@
typescript-language-server
nodejs_22
pnpm
just
];
shellHook = ''
if [ ! -d node_modules/ ]; then
echo Installing node env
pnpm install
fi
export PATH+=:$(pwd)/node_modules/.bin
echo entering ft_trans env
'';
};
}
);