Configure CI/CD deploy pipeline and showcase dashboard page
Build and Deploy / build-and-deploy (push) Failing after 11s

This commit is contained in:
2026-05-16 22:23:22 -07:00
parent 95667e3038
commit d968923a7e
8 changed files with 880 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "lit-examples",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node build.js"
}
}