diff options
author | 2021-08-17 13:31:33 -0700 | |
---|---|---|
committer | 2021-08-17 13:31:33 -0700 | |
commit | ae01e9b98d481332236976344fa0386bafa82f53 (patch) | |
tree | 6049d32360c93074a3848726687d1d6e991f523b /demos/hello-next/bun-framework-next/index.js | |
parent | afcbcd231c9328bfd9b6ae8c81ea296d4235ae81 (diff) | |
download | bun-ae01e9b98d481332236976344fa0386bafa82f53.tar.gz bun-ae01e9b98d481332236976344fa0386bafa82f53.tar.zst bun-ae01e9b98d481332236976344fa0386bafa82f53.zip |
Move bun-framework-next folder, add tsconfig.json
Former-commit-id: cfd7b425f071f200504493fef206afb7c68de6d9
Diffstat (limited to 'demos/hello-next/bun-framework-next/index.js')
-rw-r--r-- | demos/hello-next/bun-framework-next/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/hello-next/bun-framework-next/index.js b/demos/hello-next/bun-framework-next/index.js new file mode 100644 index 000000000..10adb5205 --- /dev/null +++ b/demos/hello-next/bun-framework-next/index.js @@ -0,0 +1 @@ +console.log("HI"); |