We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7077a49 commit da854c9Copy full SHA for da854c9
packages/start/src/config/dev-server.ts
@@ -11,6 +11,9 @@ export function devServer(): Array<PluginOption> {
11
return [
12
{
13
name: "solid-start-dev-server",
14
+ config() {
15
+ return { server: { port: 3000 } };
16
+ },
17
configureServer(viteDevServer) {
18
(globalThis as any).VITE_DEV_SERVER = viteDevServer;
19
return async () => {
0 commit comments