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