Add the webapp launcher and syntax highlighter

This commit is contained in:
2025-11-16 11:48:56 -06:00
parent 946cd7c554
commit e5ca42be84
28 changed files with 879 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
{
"dependencies": [
],
"info": {
"license": "MIT",
"short_name": "crosslang",
"short_name_pretty": "CrossLang",
"type": "webapp"
},
"name": "Tesses.CrossLang.App",
"project_dependencies": [
"..\/Tesses.CrossLang.BuildEssentials"
],
"version": "1.0.0.0-prod"
}