395cf4a667
* Rename Integromat to Make. Update logo. * Add JSON type for automations * Support deprecated values in JSON * Fix json query editor width bug * Push body to schema if missing * Support JSON body * Add JSON payload support for Zapier * Update packages/server/src/automations/steps/make.ts Co-authored-by: Martin McKeaveney <martin@budibase.com> * July -> November * Add unit tests --------- Co-authored-by: Martin McKeaveney <martin@budibase.com> |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
build | ||
src | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md | ||
babel.config.js | ||
index.html | ||
nuxt.config.js | ||
package.json | ||
routify.config.js | ||
tsconfig.build.json | ||
tsconfig.json | ||
vite.config.js | ||
vitest.setup.js |
README.md
Get Started
yarn install
Vite dev server (port 3000): yarn run dev
Build yarn run build