kiku/devbox.json
2024-03-11 01:37:31 +01:00

15 lines
203 B
JSON

{
"packages": [
"nodejs@18",
"jdk@17.0.10"
],
"shell": {
"init_hook": [
"npm install",
"npm run build"
],
"scripts": {
"run_test": "npm run start"
}
}
}