commit eb64825296de2ba88be00664d5143ad73c139db5
parent e2ca2f6e2a9375e6dfe789e5a8901284df262c23
Author: Ethan Long <ethandavidlong@gmail.com>
Date: Mon, 26 Feb 2024 21:57:21 +1100
Some minor scripting changes
Diffstat:
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/build.js b/web/build.ts
diff --git a/web/package.json b/web/package.json
@@ -9,7 +9,8 @@
"typescript": "^5.0.0"
},
"scripts": {
- "build": "bun run build.js"
+ "build": "bun run build.ts",
+ "host": "python3 -m http.server"
},
"dependencies": {
"@hpcc-js/wasm": "^2.16.0",
diff --git a/web/pkg/automaton_bg.wasm b/web/pkg/automaton_bg.wasm
Binary files differ.