Add source

This commit is contained in:
2026-07-20 18:37:42 -05:00
parent b65800fbe8
commit 74ba9e94fb
8 changed files with 352 additions and 0 deletions

29
cross.json Normal file
View File

@@ -0,0 +1,29 @@
{
"$schema": "https:\/\/crosslang.tesseslanguage.com\/\/schema\/cross-json-schema.json",
"info": {
"short_name": "changeme",
"short_name_pretty": "Change Me",
"type": "webapp"
},
"name": "tytd-submission-box",
"prebuild": [
{
"commands": [
[
"npm",
"install"
],
[
"npm",
"run",
"publish"
]
],
"res": [
"npm\/dist"
],
"workdir": "npm"
}
],
"version": "1.0.0.0-prod"
}