Embed dedicated MyHub operations video and Dispatch Reseller partner video

This commit is contained in:
Hamza-Ayed
2026-07-24 22:51:55 +03:00
parent 1434b1da39
commit 7ab18358ce
2 changed files with 296 additions and 97 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "marketing",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8777", "--directory", "marketing"],
"port": 8777
}
]
}