From 32cad3315b0265baef249f1a9e1e5d7a536d10c1 Mon Sep 17 00:00:00 2001 From: "flycode-app[bot]" <81823783+flycode-app[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 21:48:49 +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..a5539f443 --- /dev/null +++ b/.flycode.yaml @@ -0,0 +1,11 @@ +version: "0.1" +environments: + - name: master + branch: master + mode: pull-request +apps: + - name: flycode-angular-example-app + path: "" + text-resources: + - path: "*.html" + format: angular-hardcoded