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