1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +12:00
budibase/packages/builder
2023-05-31 15:13:22 +01:00
..
.vscode
assets
build
src Fully rewrite websocket redis integration to use individual keys per session, enable TTLs on sesisons, prune sessions when users connect and add a heartbeat to sockets 2023-05-31 15:13:22 +01:00
.gitignore
babel.config.js
CONTRIBUTING.md
index.html
LICENSE.md
nuxt.config.js
package.json Update local versions to 0.0.0 2023-05-29 10:54:10 +02: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
vitest.setup.js

Get Started

yarn install

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