Compare commits
No commits in common. "867971b20c5211f0a4b743a75b62ccf8ddafc521" and "b7a24b48fd87f1eeeecaa5d618fd6d28d86789e7" have entirely different histories.
867971b20c
...
b7a24b48fd
4
Makefile
4
Makefile
@ -5,7 +5,7 @@ SOURCE := $(shell find db env lib lnd public server -type f) main.go
|
|||||||
|
|
||||||
delphi.market: $(SOURCE)
|
delphi.market: $(SOURCE)
|
||||||
npm run build
|
npm run build
|
||||||
tailwindcss -i public/css/tw-input.css -o public/css/tailwind.css
|
tailwindcss -i public/css/_tw-input.css -o public/css/tailwind.css
|
||||||
templ generate -path server/router/pages
|
templ generate -path server/router/pages
|
||||||
go build -o delphi.market .
|
go build -o delphi.market .
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ build: delphi.market
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
npm run build
|
npm run build
|
||||||
tailwindcss -i public/css/tw-input.css -o public/css/tailwind.css
|
tailwindcss -i public/css/_tw-input.css -o public/css/tailwind.css
|
||||||
templ generate -path server/router/pages
|
templ generate -path server/router/pages
|
||||||
go run .
|
go run .
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ templ Index(markets []types.Market) {
|
|||||||
hx-select="#modal"
|
hx-select="#modal"
|
||||||
class="flex flex-col mx-3"
|
class="flex flex-col mx-3"
|
||||||
>
|
>
|
||||||
<label class="mt-3 mb-1" for="question">question</label>
|
<label class="my-1" for="question">question</label>
|
||||||
<input
|
<input
|
||||||
id="question"
|
id="question"
|
||||||
name="question"
|
name="question"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user