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 SMALLWEB_APP_DIR env

pomdtr 2cc4a04c 5e2b46a9

+1
+1
worker/worker.go
··· 79 79 env = append(env, fmt.Sprintf("SMALLWEB_APP_NAME=%s", a.Name)) 80 80 env = append(env, fmt.Sprintf("SMALLWEB_APP_DOMAIN=%s", a.Domain)) 81 81 env = append(env, fmt.Sprintf("SMALLWEB_APP_URL=%s", a.URL)) 82 + env = append(env, fmt.Sprintf("SMALLWEB_APP_DIR=%s", a.BaseDir)) 82 83 83 84 if deno, ok := os.LookupEnv("DENO_EXEC_PATH"); ok { 84 85 env = append(env, fmt.Sprintf("DENO_EXEC_PATH=%s", deno))