diff options
author | 2021-09-05 21:43:25 -0700 | |
---|---|---|
committer | 2021-09-05 21:43:25 -0700 | |
commit | cb70d08573e72a0c470f1aaf2aa3eed755912014 (patch) | |
tree | 8d41b835955da65d35b584fb24c8ed054bea8d58 /examples/hello-next/bun-framework-next/index.js | |
parent | cd69063660ed24ea31447006319343fe841fd147 (diff) | |
download | bun-cb70d08573e72a0c470f1aaf2aa3eed755912014.tar.gz bun-cb70d08573e72a0c470f1aaf2aa3eed755912014.tar.zst bun-cb70d08573e72a0c470f1aaf2aa3eed755912014.zip |
current
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554
Diffstat (limited to 'examples/hello-next/bun-framework-next/index.js')
-rw-r--r-- | examples/hello-next/bun-framework-next/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hello-next/bun-framework-next/index.js b/examples/hello-next/bun-framework-next/index.js index 10adb5205..e69de29bb 100644 --- a/examples/hello-next/bun-framework-next/index.js +++ b/examples/hello-next/bun-framework-next/index.js @@ -1 +0,0 @@ -console.log("HI"); |