this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

add file prefix

pomdtr 5b457a73 6a03cbe4

+1 -1
+1 -1
app/app.go
··· 214 214 for _, candidate := range []string{"main.js", "main.ts", "main.jsx", "main.tsx"} { 215 215 path := filepath.Join(me.Dir(), candidate) 216 216 if utils.FileExists(path) { 217 - return path 217 + return fmt.Sprintf("file://%s", path) 218 218 } 219 219 } 220 220