Release v0.1.6 2026-07-12
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user