You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can see that the model classes are generated under app/src/main/java/com/amplifyframework/datastore/generated/model folder.
@@ -524,7 +524,7 @@ Running this command will scaffold a lightweight Amplify project in your current
524
524
Amplify gen2 provides a new way to develop applications. Now you are able to run your application with a sandbox environment and generate the configuration files for your application. To run your application with a sandbox environment, you can run the following command:
This will generate dart models under lib/models folder.
@@ -906,7 +906,7 @@ Running this command will scaffold a lightweight Amplify project in your current
906
906
Amplify gen2 provides a new way to develop applications. Now you are able to run your application with a sandbox environment and generate the configuration files for your application. To run your application with a sandbox environment, you can run the following command:
907
907
908
908
```bash
909
-
amplify sandbox --config-format=json-mobile
909
+
npx amplify sandbox --config-format=json-mobile
910
910
```
911
911
912
912
Once the sandbox environment is running, you would also generate the configuration files for your application. However, Xcode won't be able to recognize them. For recognizing the files, you need to drag and drop the generated files to your project.
@@ -1034,7 +1034,7 @@ export const data = defineData({
1034
1034
To generate the model classes out of GraphQL schema, you can run the following command:
0 commit comments