Release v0.1.6 2026-07-12

This commit is contained in:
Warren H
2026-07-12 23:20:15 -04:00
parent 35553c18dd
commit 122f159b94
55 changed files with 2229 additions and 587 deletions
+4
View File
@@ -9,6 +9,9 @@ export default defineConfig({
port: 4173,
strictPort: true,
allowedHosts: ["iwanttoheal.phenomrom.com"],
proxy: {
"/api": "http://127.0.0.1:4174",
},
},
preview: {
host: "0.0.0.0",
@@ -18,5 +21,6 @@ export default defineConfig({
},
test: {
environment: "node",
include: ["src/**/*.test.ts"],
},
});