From e9e263e540379364af1f168629e71c293d011618 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 11 Jan 2026 10:24:30 -0500 Subject: [PATCH] Confirmed everything works on Windows. --- Makefile | 8 ++++---- config_example.json | 2 +- go.mod | 2 +- static/style.css | 5 +---- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index d146838..7e0626e 100644 --- a/Makefile +++ b/Makefile @@ -6,12 +6,12 @@ else endif build: cmds - go build -o bin/webapp . + go build -o bin/ . cmds: - go build -o bin/fgen ./tools/cmd/fgen - go build -o bin/qmgr ./tools/cmd/qmgr - go build -o bin/mailer ./tools/cmd/mailer + go build -o bin/ ./tools/cmd/fgen + go build -o bin/ ./tools/cmd/qmgr + go build -o bin/ ./tools/cmd/mailer go test MY/webapp/tests -c -o bin/ site: diff --git a/config_example.json b/config_example.json index 2e89446..dcfadef 100644 --- a/config_example.json +++ b/config_example.json @@ -3,7 +3,7 @@ "Admin": "admin", "Views": "./views", "Layouts": "layouts/main", - "HostPort": ":7001" + "HostPort": "127.0.0.1:7001" }, "Database": { "Driver": "sqlite3", diff --git a/go.mod b/go.mod index 1b7c6a5..75f4e4f 100644 --- a/go.mod +++ b/go.mod @@ -14,6 +14,7 @@ require ( github.com/redis/go-redis/v9 v9.17.2 github.com/stretchr/testify v1.11.1 github.com/wneessen/go-mail v0.7.2 + github.com/yuin/goldmark v1.7.13 golang.org/x/crypto v0.43.0 ) @@ -50,7 +51,6 @@ require ( github.com/rogpeppe/go-internal v1.14.1 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.68.0 // indirect - github.com/yuin/goldmark v1.7.13 // indirect golang.org/x/sys v0.37.0 // indirect golang.org/x/text v0.30.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect diff --git a/static/style.css b/static/style.css index 64be2dc..ea65572 100644 --- a/static/style.css +++ b/static/style.css @@ -1,4 +1,4 @@ -/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */ @layer properties; @layer theme, base, components, utilities; @layer theme { @@ -199,9 +199,6 @@ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { padding-block: 0; } - ::-webkit-calendar-picker-indicator { - line-height: 1; - } :-moz-ui-invalid { box-shadow: none; }