diff --git a/console/devbox.json b/console/devbox.json new file mode 100644 index 00000000..0d8fb817 --- /dev/null +++ b/console/devbox.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json", + "packages": [ + "nodejs@22.12.0" + ], + "shell": { + "scripts": { + "build": "npm ci && npm run build" + } + } +} \ No newline at end of file