Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
8a89e1cbd3e7c9bbe1c561e88141527a0c894e06
/
.
/
loop
/
webui
/
Makefile
blob: 662cfe771f987dfbf9cb3fb0371e8f0049878f76 [
file
] [
log
] [
blame
]
all
:
install check
install
:
npm ci
# TypeScript type checking
# Note: The actual esbuild bundling happens in esbuild.go
check
:
npx tsc
--
noEmit
clean
:
rm
-
rf node_modules