github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/bin/build/client.bat (about) 1 @ECHO OFF 2 rem Content managed by Project Forge, see [projectforge.md] for details. 3 4 rem Uses `esbuild` to compile the scripts in `client` 5 rem Requires node, tsc, and esbuild available on the path 6 7 cd %~dp0\..\..\client 8 9 @ECHO ON 10 node build.js