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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user