diff --git a/devbox.json b/devbox.json new file mode 100644 index 0000000000000000000000000000000000000000..8072789509abbe7f7419e0bdc20710b3baa571db --- /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" + ] + } + } +}