Fix missing base project files (#15209)

As title

https://www.lexilogos.com/grec_alphabet.htm

<img width="1049" height="542" alt="image"
src="https://github.com/user-attachments/assets/c3faba20-ab53-4a54-afa5-d548b5461c64"
/>
This commit is contained in:
martmull
2025-10-20 16:34:39 +02:00
committed by GitHub
parent b4bf0be089
commit 89da5ee1b4
5 changed files with 9 additions and 5 deletions
@@ -17,6 +17,13 @@ export const copyBaseApplicationProject = async ({
}) => {
await fs.copy(BASE_APPLICATION_PROJECT_PATH, appDirectory);
await fs.rename(
join(appDirectory, 'gitignore'),
join(appDirectory, '.gitignore'),
);
await fs.copy(join(appDirectory, '.env.example'), join(appDirectory, '.env'));
await createBasePackageJson({
appName,
appDescription,