Skip to content

Commit 33a96ac

Browse files
committed
remove bundle from git
1 parent 734de5e commit 33a96ac

File tree

4 files changed

+3
-88556
lines changed

4 files changed

+3
-88556
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
public/bundle*

esbuild/dev.server.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ esbuildServe(
1212
},
1313
{
1414
root: "public",
15-
port: 8080,
15+
port: 4101,
1616
}
1717
);

0 commit comments

Comments
 (0)