This commit is contained in:
Brad Nelson
2024-01-01 18:39:27 -08:00
parent 67898d2a03
commit 1e01a47380
5 changed files with 28 additions and 9 deletions

View File

@ -29,6 +29,7 @@ WEB_ITEMS = [
Copy('$dst/web/terminal.html', '$src/web/terminal.html'),
Copy('$dst/web/lazy_terminal.html', '$src/web/lazy_terminal.html'),
Copy('$dst/web/script_lite_test.html', '$src/web/script_lite_test.html'),
Copy('$dst/web/script_test.html', '$src/web/script_test.html'),
Copy('$dst/web/script_test.fs', '$src/web/script_test.fs'),
]