Skip to content

Commit

Permalink
feat: remove artifacts from final presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Aug 27, 2024
1 parent 445baaf commit 3cdec50
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 158 deletions.
6 changes: 3 additions & 3 deletions service/backend/server/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func NewRouter(docker *service.DockerService, pgUrl string, containerLogsPath st
devenvController := controller.NewDevenvController(docker, devenvFilesPath, devenvFilesTmpPath)
replController := controller.NewReplController(docker, &replState)

// cleanup := service.Cleanup(docker, &replState, containerLogsPath, devenvFilesPath, devenvFilesTmpPath)
// cleanup.DoCleanup()
// cleanup.StartTask()
cleanup := service.Cleanup(docker, &replState, containerLogsPath, devenvFilesPath, devenvFilesTmpPath)
cleanup.DoCleanup()
cleanup.StartTask()

engine := gin.Default()

Expand Down
6 changes: 0 additions & 6 deletions service/frontend/public/presentation.txt

This file was deleted.

73 changes: 0 additions & 73 deletions service/frontend/src/app/repl/page.tsx

This file was deleted.

76 changes: 0 additions & 76 deletions service/frontend/src/app/util/page.tsx

This file was deleted.

0 comments on commit 3cdec50

Please sign in to comment.