From 09f283a013c94d42521f4bb34992b8ab1278dfb0 Mon Sep 17 00:00:00 2001 From: hee-suh Date: Sun, 19 Mar 2023 15:21:38 +0900 Subject: [PATCH] [#106] feat: add file for heroku deployment --- bowwowcare/app.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bowwowcare/app.json diff --git a/bowwowcare/app.json b/bowwowcare/app.json new file mode 100644 index 0000000..6ebfdb7 --- /dev/null +++ b/bowwowcare/app.json @@ -0,0 +1,8 @@ +{ + "buildpacks": [ + { + "url": "mars/create-react-app" + } + ] +} + \ No newline at end of file