From e90fd76f695f295d4ba0cffa6a3dd9b0dd2af7f9 Mon Sep 17 00:00:00 2001 From: Darp Alakun Date: Tue, 7 Jan 2025 12:23:57 -0500 Subject: [PATCH] chore: remove devbox configuration --- devbox.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 devbox.json diff --git a/devbox.json b/devbox.json deleted file mode 100644 index 1637c72..0000000 --- a/devbox.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json", - "packages": [ - "templ@latest", - "pnpm@latest", - "go@latest" - ], - "shell": { - "init_hook": [ - "echo 'Welcome to devbox!' > /dev/null" - ], - "scripts": { - "test": [ - "echo \"Error: no test specified\" && exit 1" - ] - } - } -}