From 1e059d7df7153e4ee2f80239a6bed5f8d0d31c4b Mon Sep 17 00:00:00 2001 From: "flycode-app[bot]" <81823783+flycode-app[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:32:24 +0000 Subject: [PATCH] Add FlyCode Configuration --- .flycode.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .flycode.yaml diff --git a/.flycode.yaml b/.flycode.yaml new file mode 100644 index 000000000..d4d937b69 --- /dev/null +++ b/.flycode.yaml @@ -0,0 +1,11 @@ +version: "0.1" +environments: + - name: master + branch: master + mode: pull-request +apps: + - name: flycode-react-redux-example-app + path: "" + text-resources: + - path: "*.tsx" + format: react-hardcoded