budibase/packages/server
Sam Rose 1694b86efd
Fix missing await.
2025-05-07 11:03:48 +01:00
..
__mocks__ Remove elasticsearch global mock, fix tests. 2025-02-25 12:43:05 +00:00
build
scripts Don't default the OPENAI_API_KEY env var locally. 2025-05-01 11:43:31 +01:00
specs Fix OpenAPI definitions and tests for tables 2025-03-11 11:58:44 +00:00
src Fix missing await. 2025-05-07 11:03:48 +01:00
.dockerignore
.gitignore
.npmignore
.yarnrc
Dockerfile
LICENSE
README.md
babel.config.js
docker_run.sh
images-sha.env Use image from docker registry 2025-03-14 13:13:01 +01:00
jest.config.ts
nodemon.json
package.json Upgrade to dd-trace 5.47.0 2025-04-14 10:58:32 +01:00
pm2.config.js
tsconfig.build.json
tsconfig.json

README.md

Budibase server project

This project contains all the server specific logic required to run a Budibase app

App migrations

A migration system has been created in order to modify existing apps when breaking changes are added. These migrations will run on the app startup (both from the client side or the builder side), blocking the access until they are correctly applied.

Create a new migration

In order to add a new migration:

  1. Run yarn add-app-migration [title]
  2. Write your code on the newly created file