Rename all workspace packages to reflect the actual project name: - @caldav/client -> @calchat/client - @caldav/server -> @calchat/server - @caldav/shared -> @calchat/shared - Root package: caldav-mono -> calchat-mono Update all import statements across client and server to use the new package names. Update default MongoDB database name and logging service identifier accordingly.
38 lines
754 B
JSON
38 lines
754 B
JSON
{
|
|
"expo": {
|
|
"jsEngine": "hermes",
|
|
"name": "CalChat",
|
|
"slug": "calchat",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"scheme": "calchat",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"package": "com.gilmour109.calchat",
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"bundler": "metro"
|
|
},
|
|
"plugins": [
|
|
"expo-router"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"eas": {
|
|
"projectId": "b722dde6-7d89-48ff-9095-e007e7c7da87"
|
|
}
|
|
}
|
|
}
|
|
}
|