oops
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-03-27 22:57:13 -04:00
parent de42fe9d2d
commit 12125e8942
10 changed files with 1406 additions and 817 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "catalyst",
"version": "1.0.0",
"scripts": {
"start": "serve . --listen 3000 --single"
},
"dependencies": {
"serve": "^14.0.0"
}
}