1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
budibase/packages/builder
Martin McKeaveney f16ec615aa Merge pull request #1083 from Budibase/bug/4001-to-0-fix
Attempting to fix the 4001 bug - using ephemeral ports in production (builder)
2021-02-22 13:57:26 +00:00
..
.vscode
assets
build
cypress Merge pull request #1083 from Budibase/bug/4001-to-0-fix 2021-02-22 13:57:26 +00:00
scripts
src Merge pull request #1083 from Budibase/bug/4001-to-0-fix 2021-02-22 13:57:26 +00:00
tests
.gitignore
babel.config.js
CONTRIBUTING.md
cypress.json Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 2021-02-03 16:09:48 +00:00
LICENSE.md
package.json Merge pull request #1083 from Budibase/bug/4001-to-0-fix 2021-02-22 13:57:26 +00:00
README.md
rollup.config.js
yarn.lock dropdown fixes 2021-02-15 12:37:37 +00:00

Get Started

npm install

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