From 0f2cc084939e797f1863d1df40622da8de25f21c Mon Sep 17 00:00:00 2001 From: sarwar-asik Date: Mon, 26 Feb 2024 20:03:13 +0600 Subject: [PATCH] amplipy=>included --- amplify.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 amplify.yml diff --git a/amplify.yml b/amplify.yml new file mode 100644 index 0000000..716c4e1 --- /dev/null +++ b/amplify.yml @@ -0,0 +1,17 @@ +version: 1 +frontend: + phases: + preBuild: + commands: + - yarn install + build: + commands: + - yarn run build + artifacts: + baseDirectory: .next + files: + - '**/*' + cache: + paths: + - .next/cache/**/* + - node_modules/**/*