From 98c5fd46f4ad10b54bc770a233b995b154649162 Mon Sep 17 00:00:00 2001
From: yyvf <yyvf@pm.me>
Date: Thu, 27 Mar 2025 08:18:31 -0300
Subject: [PATCH] feat: devbox

---
 devbox.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 devbox.json

diff --git a/devbox.json b/devbox.json
new file mode 100644
index 0000000..8072789
--- /dev/null
+++ b/devbox.json
@@ -0,0 +1,18 @@
+{
+  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.6/.schema/devbox.schema.json",
+  "packages": [
+    "nodePackages.postcss@8.5.3",
+    "nodePackages.autoprefixer@10.4.19",
+    "postcss-cli@latest"
+  ],
+  "shell": {
+    "init_hook": [
+      "echo 'Welcome to devbox!' > /dev/null"
+    ],
+    "scripts": {
+      "test": [
+        "echo \"Error: no test specified\" && exit 1"
+      ]
+    }
+  }
+}
-- 
GitLab