generated from alecodes/base-template
chore: fix restert when updating frontend files
This commit is contained in:
parent
e59ae1f31c
commit
a8f18680c8
2 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ docker-compose +ARGS:
|
||||||
start-dev-services: (docker-compose "up --remove-orphans")
|
start-dev-services: (docker-compose "up --remove-orphans")
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
watchexec --restart --clear --watch src --watch dist cargo run
|
watchexec --no-vcs-ignore --clear --restart --watch=dist --watch=src cargo run
|
||||||
|
|
||||||
migrate: (docker-compose "run dbmate migrate")
|
migrate: (docker-compose "run dbmate migrate")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<button class="msp-btn-sm" hx-get="/" hx-target="#example-table">Refresh</button>
|
<button class="msp-btn-sm" hx-get="/" hx-target="#example-table">Refresh</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h1>Axum example! 1</h1>
|
||||||
|
|
||||||
{% block htmx %}
|
{% block htmx %}
|
||||||
<table id="example-table">
|
<table id="example-table">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue