|
|
|
@ -28,8 +28,7 @@ module.exports = async (config, appId, pageName, pkg) => { |
|
|
|
await savePageJson(appPath, pageName, pkg) |
|
|
|
} |
|
|
|
|
|
|
|
const rootPath = (config, appname) => |
|
|
|
config.useAppRootPath ? `/${appname}` : "" |
|
|
|
const rootPath = (config, appId) => (config.useAppRootPath ? `/${appId}` : "") |
|
|
|
|
|
|
|
const copyClientLib = async (appPath, pageName) => { |
|
|
|
const sourcepath = require.resolve("@budibase/client") |
|
|
|
|