1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove leftover code from testing

This commit is contained in:
Andrew Kingston 2021-07-09 12:42:48 +01:00
parent 986785cacf
commit a74d2a8040

View file

@ -91,7 +91,7 @@ exports.backupClientLibrary = async appId => {
exports.updateClientLibrary = async appId => {
let manifest, client
if (false && env.isDev()) {
if (env.isDev()) {
// Load the symlinked version in dev which is always the newest
manifest = require.resolve("@budibase/standard-components/manifest.json")
client = require.resolve("@budibase/client")