Merge pull request #229 from trails-cool/fix/android-dev-networking
Allow cleartext HTTP on Android for dev server
This commit is contained in:
commit
c838bd1efc
4 changed files with 979 additions and 844 deletions
|
|
@ -28,5 +28,6 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
host: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
10
package.json
10
package.json
|
|
@ -29,7 +29,9 @@
|
||||||
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
|
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
|
||||||
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5",
|
"brace-expansion@>=4.0.0 <5.0.5": "5.0.5",
|
||||||
"path-to-regexp@<0.1.13": "0.1.13",
|
"path-to-regexp@<0.1.13": "0.1.13",
|
||||||
"lodash@<4.18.1": "4.18.1"
|
"lodash@<4.18.1": "4.18.1",
|
||||||
|
"react": "catalog:",
|
||||||
|
"react-dom": "catalog:"
|
||||||
},
|
},
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
"@sentry/cli",
|
"@sentry/cli",
|
||||||
|
|
@ -75,5 +77,11 @@
|
||||||
"typescript-eslint": "^8.58.1",
|
"typescript-eslint": "^8.58.1",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
"vitest": "^4.1.4"
|
"vitest": "^4.1.4"
|
||||||
|
},
|
||||||
|
"version": "1.0.0",
|
||||||
|
"dependencies": {
|
||||||
|
"expo": "~55.0.15",
|
||||||
|
"react": "19.2.0",
|
||||||
|
"react-native": "0.83.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1811
pnpm-lock.yaml
generated
1811
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -23,4 +23,3 @@ catalog:
|
||||||
postgres: ^3.4.9
|
postgres: ^3.4.9
|
||||||
"@types/node": ^22.0.0
|
"@types/node": ^22.0.0
|
||||||
|
|
||||||
nodeLinker: hoisted
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue