1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +12:00
budibase/packages/builder
2023-06-22 12:32:39 +01:00
..
.vscode
assets Rename Integromat to Make. Update logo. (#10492) 2023-05-05 12:41:24 +01:00
build
public using black bb logo instead of gray 2023-06-14 16:55:46 +01:00
src Fix for #10949 - the relationship types were always locked to be the same, which means that the foreign key wasn't being updated correctly as the backend was not aware of which side was the one-to-many side. 2023-06-22 12:32:39 +01:00
.gitignore
babel.config.js
CONTRIBUTING.md
index.html fix for fonts in production 2023-06-14 18:48:44 +01:00
LICENSE.md
nuxt.config.js
package.json removing need for external internet assets and self hosting our own fonts 2023-06-14 14:54:27 +01:00
README.md
routify.config.js
tsconfig.build.json
tsconfig.json Remove unnecessary paths 2023-05-18 10:22:14 +02:00
vite.config.js lint 2023-06-14 15:12:39 +01:00
vitest.setup.js Builder Unit Test PoC (#10173) 2023-04-18 14:37:29 +01:00

Get Started

yarn install

Vite dev server (port 3000): yarn run dev Build yarn run build