diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-07 03:00:57 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-07 03:00:57 +0000 |
commit | 8a034aa4f10bfbc317fde0cf6ee3a0f2b5642d52 (patch) | |
tree | d171d983dff76afedcb3cd3a92afc9224b03239c /server.js | |
parent | Merge branch 'rss' (diff) | |
download | blog-bun.tar.gz blog-bun.zip |
a branch for bun which currently doesnt work because bun cant run a real programbun
Diffstat (limited to 'server.js')
-rwxr-xr-x | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/root/.bun/bin/bun "use strict"; const express = require("express"); |