refactor: Removed the dirName config for app store cli (#12321)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
shaharyarshamshi 2023-11-16 19:29:01 +05:30 committed by GitHub
parent a9418b06d6
commit ca9e0f5b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,6 @@ export const BaseAppFork = {
isTemplate,
// Store the template used to create an app
__template: template,
dirName: slug,
};
const currentConfig = JSON.parse(fs.readFileSync(`${appDirPath}/config.json`).toString());
config = {