sourcegraph/internal/singleprogram
Quinn Slack a07c67ad67
support single-program execution for local dev (#56750)
support single-program execution

Now, `sg start single-program` starts a single-binary local dev server. This is similar to Cody app, but instead of using a Tauri desktop app UI and limiting to only Cody-related functionality, it runs a full Sourcegraph instance and lets you access it through your web browser. It is useful for local dev because it's less resource-intensive and has faster recompile/relink times than `sg start` (which runs many processes).
2023-09-30 03:55:26 +00:00
..
BUILD.bazel App - Fix shutdown of postgres when terminating (#52463) 2023-05-26 09:34:27 -04:00
postgresql.go app: do not suggest running your own postgres (#54894) 2023-07-12 22:04:33 +00:00
singleprogram.go support single-program execution for local dev (#56750) 2023-09-30 03:55:26 +00:00