Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
ec3ad1a7798b0dc1d17d363c91680b7828d7fce2
/
.
/
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