automations backend (#1789)

* feat(server): WIP automations api

* feat(server): Automations Backend api WIP take 2

* feat(automations): add validation to automation run schema with zod

* fix(server): add zod to package.json

* fix(server): automations pr cleanup
This commit is contained in:
Gergő Jedlicska
2023-09-11 14:38:15 +02:00
committed by GitHub
parent dd20c22a63
commit 8063652dbf
17 changed files with 1020 additions and 3 deletions
+2 -2
View File
@@ -86,7 +86,7 @@
},
"files.eol": "\n",
"volar.vueserver.maxOldSpaceSize": 4000,
"cSpell.words": ["Bursty", "mjml"],
"cSpell.words": ["Automations", "Bursty", "mjml"],
"tailwindCSS.experimental.configFile": {
"packages/frontend-2/tailwind.config.mjs": "packages/frontend-2/**"
},
@@ -104,7 +104,7 @@
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}
},
"extensions": {
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.