Skip to content

Commit

Permalink
remove init command
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Nov 29, 2024
1 parent 98789ee commit 03a1dc9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 55 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"up",
],
"env": {
"SMALLWEB_DIR": "${workspaceFolder}/cmd/embed/smallweb",
"SMALLWEB_DIR": "${userHome}/smallweb/smallweb.run",
"SMALLWEB_DOMAIN": "localhost",
},
},
Expand All @@ -23,7 +23,7 @@
"doctor"
],
"env": {
"SMALLWEB_DIR": "${workspaceFolder}/cmd/embed/smallweb",
"SMALLWEB_DIR": "${userHome}/smallweb/smallweb.run",
"SMALLWEB_DOMAIN": "localhost",
},
}
Expand Down
3 changes: 0 additions & 3 deletions cmd/embed/smallweb/.smallweb/config.json

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/embed/smallweb/hello-world/main.ts

This file was deleted.

36 changes: 0 additions & 36 deletions cmd/init.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func NewCmdRoot(changelog string) *cobra.Command {
cmd.AddCommand(NewCmdCron())
cmd.AddCommand(NewCmdLogs())
cmd.AddCommand(NewCmdSync())
cmd.AddCommand(NewCmdInit())
cmd.AddCommand(&cobra.Command{
Use: "changelog",
Short: "Show the changelog",
Expand Down

0 comments on commit 03a1dc9

Please sign in to comment.