aboutsummaryrefslogtreecommitdiffstats
path: root/server.js
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-07 03:00:57 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-07 03:00:57 +0000
commit8a034aa4f10bfbc317fde0cf6ee3a0f2b5642d52 (patch)
treed171d983dff76afedcb3cd3a92afc9224b03239c /server.js
parentMerge branch 'rss' (diff)
downloadblog-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-xserver.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index eea4695..bfa27d9 100755
--- a/server.js
+++ b/server.js
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/root/.bun/bin/bun
"use strict";
const express = require("express");