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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-cli",
|
||||
"version": "0.1.2-gamma",
|
||||
"version": "0.1.2-delta",
|
||||
"description": "Command-line interface for Twenty application development",
|
||||
"main": "dist/cli.js",
|
||||
"bin": {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -51703,12 +51703,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "twenty-sdk@workspace:packages/twenty-sdk"
|
||||
dependencies:
|
||||
"@babel/preset-env": "npm:^7.26.9"
|
||||
"@types/babel__preset-env": "npm:^7"
|
||||
tsx: "npm:^4.19.3"
|
||||
typescript: "npm:5.9.2"
|
||||
vite: "npm:^7.0.0"
|
||||
vite-plugin-dts: "npm:3.8.1"
|
||||
vite-tsconfig-paths: "npm:^4.2.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
||||
Reference in New Issue
Block a user