We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeda9fb commit 7043b94Copy full SHA for 7043b94
src/phoenix/src/platform/puter/env.js
@@ -22,7 +22,7 @@ export const CreateEnvProvider = ({ config }) => {
22
return {
23
USER: config['puter.auth.username'],
24
HOME: '/' + config['puter.auth.username'],
25
- HOSTNAME: config['puter.domain'],
+ HOSTNAME: config['puter.domain'] ?? 'puter.com',
26
}
27
},
28
0 commit comments