Skip to content

Commit 00ebe6c

Browse files
author
Heiner Pöpping
committed
🏷️ Fix typescript error in template
1 parent afbe7a6 commit 00ebe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/api-v5/shared/toolkit.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { buildToolkitConfig } from 'chayns-toolkit';
33
export default buildToolkitConfig({
44
development: {
55
host: '0.0.0.0',
6-
port: process.env.PORT || 8080,
6+
port: +(process.env.PORT || 8080),
77
},
88
output: {
99
entryPoints: {

0 commit comments

Comments
 (0)