From f56ca7da19de85bc947dc9dc88ae26c6fc4a17fb Mon Sep 17 00:00:00 2001 From: "flycode-app[bot]" <81823783+flycode-app[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 06:26:27 +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 0000000..c09114d --- /dev/null +++ b/.flycode.yaml @@ -0,0 +1,11 @@ +version: "0.1" +environments: + - name: v3.4.0-last + branch: v3.4.0-last + mode: pull-request +apps: + - name: AppCash + path: tests/server/ + text-resources: + - path: "*.vue" + format: vue-hardcoded