diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-20 17:29:28 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-20 17:30:28 +0200 |
| commit | c6fb7b4962778c12f786d7d4de96787459a3b4dc (patch) | |
| tree | 4e21b9a1afd06d7edf5dd87dfffe822c073c6521 /src/frontend/web/hello-world/index.js | |
| parent | 755c794883467609e425207f6a543d2e8c6d6b46 (diff) | |
frontend: add comptime bundler
Diffstat (limited to 'src/frontend/web/hello-world/index.js')
| -rw-r--r-- | src/frontend/web/hello-world/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/web/hello-world/index.js b/src/frontend/web/hello-world/index.js new file mode 100644 index 0000000..8e55c52 --- /dev/null +++ b/src/frontend/web/hello-world/index.js @@ -0,0 +1,3 @@ +function clicked() { + console.log('clicked'); +} |