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 wrong .env

pomdtr ab79212f 907aef5d

+1 -1
+1 -1
cmd/init.go
··· 58 58 } 59 59 60 60 if err := godotenv.Write(map[string]string{ 61 - "VSCODE_TOKEN": uuid.NewString(), 61 + "VSCODE_PASSWORD": uuid.NewString(), 62 62 }, path.Join(workspaceDir, "vscode", ".env")); err != nil { 63 63 return fmt.Errorf("failed to write .env file: %w", err) 64 64 }