From 4bf7505592941bd95e5fdda0b4995e5170d8a047 Mon Sep 17 00:00:00 2001 From: Giac Date: Mon, 8 Dec 2025 22:57:54 -0600 Subject: [PATCH] test commit --- bun.lock | 1 + vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index cd03195..fbe6087 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "on-the-spectrum", diff --git a/vite.config.ts b/vite.config.ts index b34f1dd..b6d4632 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,4 +6,4 @@ export default defineConfig({ server: { port: 4321 } -}); +}); \ No newline at end of file