Skip to content

Commit

Permalink
Merge pull request #1200 from flexn-io/fix/ECONNREFUSED_on_NodeJS_18
Browse files Browse the repository at this point in the history
fix/ECONNREFUSED_on_NodeJS_18
  • Loading branch information
mihaiblaga89 authored Oct 24, 2023
2 parents 2f6ea55 + 8857599 commit c1dc071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/schema/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const DEFAULTS = {
targetSdkVersion: 0,
backgroundColor: '#FFFFFF',
deploymentTarget: '11.0',
devServerHost: 'localhost',
devServerHost: '127.0.0.1',
buildToolsVersion: '30.0.0',
gradleWrapperVersion: '6.9.1',
author: 'Unknown',
Expand Down
4 changes: 3 additions & 1 deletion packages/template-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,7 @@
"last 1 safari version"
]
},
"dependencies": {}
"dependencies": {
"raf": "3.4.1"
}
}

0 comments on commit c1dc071

Please sign in to comment.