diff --git a/frontend/amplify.yml b/amplify.yml similarity index 83% rename from frontend/amplify.yml rename to amplify.yml index d0a4bdd9..549b15f5 100644 --- a/frontend/amplify.yml +++ b/amplify.yml @@ -14,4 +14,6 @@ applications: - '**/*' cache: paths: - - node_modules/**/* \ No newline at end of file + - node_modules/**/* + appRoot: frontend + \ No newline at end of file