feat(react): update to react 18
This commit is contained in:
@@ -52,6 +52,7 @@ const buildTemplate = () => {
|
||||
|
||||
buildTemplate().then(() => {
|
||||
fs.copySync(paths.templateBuild, paths.appBuild);
|
||||
fs.ensureDirSync(paths.appPublic)
|
||||
fs.copySync(paths.appPublic, paths.appBuild);
|
||||
console.log(`${paths.appBuild} was created and can be deployed.`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user