diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:04:09 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:04:09 +0200 |
commit | 68ff9fb91f49631f9fb9e35119fccb66f78d346f (patch) | |
tree | aca0324385231cb39e7a4b5fa9201f90d92c918b /src/app.go | |
parent | b9d9cd2efb6096d63dc00f3aad05fcf04d25ea7f (diff) |
Don’t require a rebuild when changing CSS
Diffstat (limited to 'src/app.go')
-rw-r--r-- | src/app.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ import ( . "git.thomasvoss.com/euro-cash.eu/pkg/try" ) +var Debugp bool + func Restart() { path := Try2(os.Executable()) atexit.Exec() |