1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/packages/builder
2021-02-18 13:38:57 +00:00
..
.vscode
assets bulk delete, delete column from panel 2020-10-27 13:04:32 +00:00
build
cypress Adding delay to cypress test to allow time for statistics to calculate. 2021-02-16 22:12:58 +00:00
scripts
src Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 2021-02-18 13:38:57 +00:00
tests fix bindable test 2021-01-18 15:54:25 +00:00
.gitignore
babel.config.js
CONTRIBUTING.md
cypress.json
LICENSE.md Updated copyright line in license files 2021-02-10 14:41:37 +00:00
package.json Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 2021-02-16 16:38:11 +00:00
README.md
rollup.config.js Remove client bundle from being packaged with the builder 2020-12-08 10:14:02 +00:00
yarn.lock Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 2021-02-16 16:38:11 +00:00

Get Started

npm install

Webpack dev server (port 8080): npm run dev Build npm run build