budibase/packages/builder
mike12345567 7dcd6767f9 Fixes for adding autocolumns, it was not possible to select auto column type and fixing icon, as well as display of column when editing it - this corrects a few issues in this area as auto columns did not have a correct fieldId and also did not have a valid field definition. 2023-10-16 18:37:56 +01:00
..
.vscode
assets
build
public
src Fixes for adding autocolumns, it was not possible to select auto column type and fixing icon, as well as display of column when editing it - this corrects a few issues in this area as auto columns did not have a correct fieldId and also did not have a valid field definition. 2023-10-16 18:37:56 +01:00
.gitignore Remove cypress dependencies 2023-09-07 15:27:13 +02:00
CONTRIBUTING.md
LICENSE.md
README.md Update README.md 2023-09-28 16:41:22 +01:00
babel.config.js
index.html
nuxt.config.js
package.json Add missing deps 2023-09-26 13:19:23 +02:00
routify.config.js
tsconfig.build.json
tsconfig.json Remove builder unused devDependencies 2023-09-26 13:15:42 +02:00
vite.config.js Consume packages from builder 2023-08-09 11:40:54 +03:00
vitest.setup.js

README.md

Get Started

yarn install

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