1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00
budibase/packages/server/src
2023-02-10 14:14:43 +00:00
..
api Fix issue with MS-SQL, port needs to be a number for the node-mssql package, with env vars it isn't anymore. 2023-02-10 11:54:16 +00:00
automations
constants
db
definitions
events
integrations Updating so that datasources always have correct types after environment variable enrichment. 2023-02-10 12:47:23 +00:00
middleware
migrations
sdk Updating so that datasources always have correct types after environment variable enrichment. 2023-02-10 12:47:23 +00:00
tests
threads Minor fix for automations, the wrong function had the environment variables being added to environment, this is very minor, it simply makes sure that environment variables are in context for the whole of the automation runner - e.g. if utilising many datasources each of them doesn't need to re-retrieve the environment variables, instead they will be available based on the env vars retrieved at the start of the execution. 2023-02-10 14:14:43 +00:00
utilities
app.ts
environment.ts
index.ts
startup.ts
watch.ts
websocket.ts