We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b0066 commit 59059b5Copy full SHA for 59059b5
.changeset/big-doors-arrive.md
@@ -0,0 +1,5 @@
1
+---
2
+'ko': patch
3
4
+
5
+feat: #174 support more dev-server configs
packages/ko/src/actions/dev.ts
@@ -30,6 +30,7 @@ class Dev extends ActionFactory {
30
},
31
staticPath,
32
historyApiFallback = false,
33
+ ...others
34
} = serve;
35
return {
36
port,
@@ -45,6 +46,7 @@ class Dev extends ActionFactory {
45
46
setupExitSignals: false,
47
allowedHosts: 'all',
48
historyApiFallback,
49
+ ...others,
50
};
51
}
52
0 commit comments