feat(global): implement main phase

This commit is contained in:
h
2026-01-05 17:49:03 +01:00
parent a5bddc4e6e
commit cdc494ad79
111 changed files with 5481 additions and 10 deletions

View File

@@ -36,5 +36,9 @@
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6"
},
"dependencies": {
"html2canvas": "^1.4.1",
"marked": "^17.0.1"
}
}