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