Skip to content

Commit da854c9

Browse files
huseeiinkatywings
authored andcommitted
align dev port
1 parent 7077a49 commit da854c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/start/src/config/dev-server.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ export function devServer(): Array<PluginOption> {
1111
return [
1212
{
1313
name: "solid-start-dev-server",
14+
config() {
15+
return { server: { port: 3000 } };
16+
},
1417
configureServer(viteDevServer) {
1518
(globalThis as any).VITE_DEV_SERVER = viteDevServer;
1619
return async () => {

0 commit comments

Comments
 (0)