this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update JSON field name for DenoArgs to denoArgs

pomdtr dc435e1b 8028cf6d

+1 -1
+1 -1
app/app.go
··· 23 23 Entrypoint string `json:"entrypoint,omitempty"` 24 24 Root string `json:"root,omitempty"` 25 25 Crons []CronJob `json:"crons,omitempty"` 26 - DenoArgs []string `json:"deno_args,omitempty"` 26 + DenoArgs []string `json:"denoArgs,omitempty"` 27 27 } 28 28 29 29 type CronJob struct {