File tree Expand file tree Collapse file tree 7 files changed +73
-47
lines changed Expand file tree Collapse file tree 7 files changed +73
-47
lines changed Original file line number Diff line number Diff line change 55 "name" : " dev" ,
66 "command" : " npm run dev" ,
77 "enabled" : true ,
8- "stdoutFile" : " logs/dev.log" ,
9- "stderrFile" : " logs/dev.log"
8+ "stdoutFile" : " logs/dev.log"
9+ }
10+ ],
11+ "fileChangeHooks" : [
12+ {
13+ "name" : " lint" ,
14+ "command" : " npm run lint -- --fix" ,
15+ "enabled" : true
1016 },
1117 {
1218 "name" : " typecheck" ,
13- "command" : " npm run typecheck -- --watch" ,
14- "enabled" : true ,
15- "stdoutFile" : " logs/typecheck.log" ,
16- "stderrFile" : " logs/typecheck.log"
19+ "command" : " npm run typecheck" ,
20+ "enabled" : true
1721 }
1822 ]
19- }
23+ }
Original file line number Diff line number Diff line change 11{
2- "description" : " Real-time chat application with Convex backend and Next.js frontend " ,
2+ "description" : " Template configuration for this project. See https://www.codebuff.com/config for all options. " ,
33 "startupProcesses" : [
44 {
55 "name" : " dev" ,
66 "command" : " npm run dev" ,
77 "enabled" : true ,
8- "stdoutFile" : " logs/dev.log" ,
9- "stderrFile" : " logs/dev.log"
10- },
8+ "stdoutFile" : " logs/dev.log"
9+ }
10+ ],
11+ "fileChangeHooks" : [
1112 {
1213 "name" : " typecheck" ,
13- "command" : " npm run typecheck -- --watch" ,
14- "enabled" : true ,
15- "stdoutFile" : " logs/typecheck.log" ,
16- "stderrFile" : " logs/typecheck.log"
14+ "command" : " npm run typecheck" ,
15+ "enabled" : true
1716 }
1817 ]
19- }
18+ }
Original file line number Diff line number Diff line change 55 "name" : " dev" ,
66 "command" : " npm run dev" ,
77 "enabled" : true ,
8- "stdoutFile" : " logs/dev.log" ,
9- "stderrFile" : " logs/dev.log"
8+ "stdoutFile" : " logs/dev.log"
9+ }
10+ ],
11+ "fileChangeHooks" : [
12+ {
13+ "name" : " lint" ,
14+ "command" : " npm run lint -- --fix" ,
15+ "enabled" : true
1016 },
1117 {
1218 "name" : " typecheck" ,
13- "command" : " npm run typecheck -- --watch" ,
14- "enabled" : true ,
15- "stdoutFile" : " logs/typecheck.log" ,
16- "stderrFile" : " logs/typecheck.log"
19+ "command" : " npm run typecheck" ,
20+ "enabled" : true
1721 }
1822 ]
19- }
23+ }
Original file line number Diff line number Diff line change 55 "name" : " dev" ,
66 "command" : " npm run dev" ,
77 "enabled" : true ,
8- "stdoutFile" : " logs/dev.log" ,
9- "stderrFile" : " logs/dev.log"
10- },
8+ "stdoutFile" : " logs/dev.log"
9+ }
10+ ],
11+ "fileChangeHooks" : [
1112 {
1213 "name" : " typecheck" ,
13- "command" : " npm run typecheck -- --watch" ,
14- "enabled" : true ,
15- "stdoutFile" : " logs/typecheck.log" ,
16- "stderrFile" : " logs/typecheck.log"
14+ "command" : " npm run typecheck" ,
15+ "enabled" : true
1716 }
1817 ]
19- }
18+ }
Original file line number Diff line number Diff line change 11{
22 "description" : " Template configuration for this project. See https://www.codebuff.com/config for all options." ,
3- "startupProcesses" : []
4- }
3+ "startupProcesses" : [],
4+ "fileChangeHooks" : [
5+ {
6+ "name" : " lint" ,
7+ "command" : " python3 -m flake8 ." ,
8+ "enabled" : true
9+ },
10+ {
11+ "name" : " test" ,
12+ "command" : " python3 -m unittest discover -s tests" ,
13+ "enabled" : true
14+ }
15+ ]
16+ }
Original file line number Diff line number Diff line change 55 "name" : " dev" ,
66 "command" : " npm run dev" ,
77 "enabled" : true ,
8- "stdoutFile" : " logs/dev.log" ,
9- "stderrFile" : " logs/dev.log"
8+ "stdoutFile" : " logs/dev.log"
9+ }
10+ ],
11+ "fileChangeHooks" : [
12+ {
13+ "name" : " lint" ,
14+ "command" : " npm run lint -- --fix" ,
15+ "enabled" : true
1016 },
1117 {
1218 "name" : " typecheck" ,
13- "command" : " npm run typecheck -- --watch" ,
14- "enabled" : true ,
15- "stdoutFile" : " logs/typecheck.log" ,
16- "stderrFile" : " logs/typecheck.log"
19+ "command" : " npm run typecheck" ,
20+ "enabled" : true
1721 }
1822 ]
19- }
23+ }
Original file line number Diff line number Diff line change 55 "name" : " dev" ,
66 "command" : " npm run dev" ,
77 "enabled" : true ,
8- "stdoutFile" : " logs/dev.log" ,
9- "stderrFile" : " logs/dev.log"
8+ "stdoutFile" : " logs/dev.log"
9+ }
10+ ],
11+ "fileChangeHooks" : [
12+ {
13+ "name" : " lint" ,
14+ "command" : " npm run lint -- --fix" ,
15+ "enabled" : true
1016 },
1117 {
1218 "name" : " typecheck" ,
13- "command" : " npm run typecheck -- --watch" ,
14- "enabled" : true ,
15- "stdoutFile" : " logs/typecheck.log" ,
16- "stderrFile" : " logs/typecheck.log"
19+ "command" : " npm run typecheck" ,
20+ "enabled" : true
1721 }
1822 ]
19- }
23+ }
You can’t perform that action at this time.
0 commit comments