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