Commit 7cc55ae
committed
fix(integration): fix srvx static path resolution for tanstack-start
srvx resolves --static path relative to the entry file directory
(dist/server/), not CWD. Use ../client to correctly resolve to
dist/client/ where built assets live.1 parent 0f3475d commit 7cc55ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments