Comparing version 0.12.1 to 0.12.2
{ | ||
"name": "bunshine", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"module": "server/server.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,7 +0,7 @@ | ||
<img alt="Bunshine Logo" src="https://github.com/kensnyder/bunshine/raw/main/assets/bunshine-logo.png?v=0.12.1" width="200" height="187" /> | ||
<img alt="Bunshine Logo" src="https://github.com/kensnyder/bunshine/raw/main/assets/bunshine-logo.png?v=0.12.2" width="200" height="187" /> | ||
[](https://npmjs.com/package/bunshine) | ||
[](https://www.npmjs.com/package/bunshine?activeTab=dependencies) | ||
 | ||
[](https://opensource.org/licenses/ISC) | ||
[](https://npmjs.com/package/bunshine) | ||
[](https://www.npmjs.com/package/bunshine?activeTab=dependencies) | ||
 | ||
[](https://opensource.org/licenses/ISC) | ||
@@ -8,0 +8,0 @@ # Bunshine |
@@ -111,3 +111,3 @@ import type { ServeOptions, Server } from 'bun'; | ||
if (verbose) { | ||
const server = Bun.env.COMPUTERNAME || os.hostname(); | ||
const server = os.hostname(); | ||
const mode = Bun.env.NODE_ENV || 'production'; | ||
@@ -114,0 +114,0 @@ const took = Math.round(performance.now()); |
@@ -6,3 +6,3 @@ import os from 'os'; | ||
const machine = Bun.env.COMPUTERNAME || os.hostname(); | ||
const machine = os.hostname(); | ||
const runtime = process.versions.bun | ||
@@ -9,0 +9,0 @@ ? `Bun v${process.versions.bun}` |
252746