this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

remove deno check

pomdtr 1c28f606 2aca36f2

+3 -3
+3 -3
cmd/up.go
··· 57 57 Aliases: []string{"serve"}, 58 58 Args: cobra.NoArgs, 59 59 PreRunE: func(cmd *cobra.Command, args []string) error { 60 - if _, err := checkDenoVersion(); err != nil { 61 - return err 62 - } 60 + // if _, err := checkDenoVersion(); err != nil { 61 + // return err 62 + // } 63 63 64 64 oldCronFlag, _ := cmd.Flags().GetBool("cron") 65 65 if oldCronFlag {