no js dev process for web frontend none
All checks were successful
Publish npm package / publish (push) Successful in 19s

This commit is contained in:
Gregor Lohaus
2026-05-24 16:26:36 +02:00
parent 7cd943cced
commit 7923514c5c
4 changed files with 9 additions and 5 deletions

View File

@@ -49,10 +49,12 @@
cwd = "./services/api";
after= ["devenv:processes:air@started"];
};
<@if(neq(context.project.frontend,"none"))>
bundev = {
exec = "bun dev";
cwd = "./apps/web";
after= ["devenv:processes:air@started"];
};
<@endif>
};
}