1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Fixing node modules path.

This commit is contained in:
mike12345567 2021-04-01 16:22:44 +01:00
parent fa269eb043
commit b25cd7a23f

View file

@ -22,7 +22,13 @@ const fetch = require("node-fetch")
const DEFAULT_AUTOMATION_BUCKET =
"https://prod-budi-automations.s3-eu-west-1.amazonaws.com"
const DEFAULT_AUTOMATION_DIRECTORY = ".budibase-automations"
const NODE_MODULES_PATH = join(__dirname, "..", "..", "..", "..", "node_modules")
const NODE_MODULES_PATH = join(
__dirname,
"..",
"..",
"..",
"node_modules"
)
/**
* The single stack system (Cloud and Builder) should not make use of the file system where possible,