fhtmx 0.26.0

Create html with rust with support for htmx.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
  ui: {
    port: 8081,
  },
  files: ["./examples/*.html"],
  proxy: {
    target: "http://localhost:8000",
  },
  port: 8080,
  injectChanges: true,
  reloadDelay: 50,
  open: false,
};