feat: add hwlab cli and web skeleton

This commit is contained in:
HWLAB Code Queue
2026-05-21 14:44:09 +00:00
parent 77f70ff4ad
commit 6509a35804
15 changed files with 648 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "hwlab-cloud-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"check": "node scripts/check.mjs",
"build": "node scripts/build.mjs"
}
}