Skip to content

Commit

Permalink
Point CDR Items at out of repo proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jul 31, 2024
1 parent 40e1744 commit 29e649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const __dirname = dirname(__filename);
const isProduction = process.env.NODE_ENV === "production";
// Serve the app out of the `src` directory.
const root = resolve(join(__dirname, ".."));
const port = process.env.PORT ? parseInt(process.env.PORT, 10) : 3003;
const port = process.env.PORT ? parseInt(process.env.PORT, 10) : 3000;
const hmrPort = process.env.HMR_PORT
? parseInt(process.env.HMR_PORT, 10)
: 24678;
Expand Down

0 comments on commit 29e649d

Please sign in to comment.