tco working, update playground to self-hosted newt

This commit is contained in:
2025-03-17 18:43:42 -07:00
parent 1219e8d4e5
commit 9d7e6097f3
12 changed files with 377 additions and 395 deletions

View File

@@ -6,5 +6,5 @@ declare global {
// let files: Record<string, string>;
// let process: Process;
let newtMain: () => unknown;
let Main_main: () => unknown;
}