From d859c11f035e95812413fc2bdff73cb7c4b25838 Mon Sep 17 00:00:00 2001 From: Akash Gautam Date: Fri, 24 Jan 2025 15:32:59 +0530 Subject: [PATCH 1/2] fix: tailwind config tsconfig --- packages/gluestack-cli/src/util/init/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/gluestack-cli/src/util/init/index.ts b/packages/gluestack-cli/src/util/init/index.ts index c1a20116..6f223a54 100644 --- a/packages/gluestack-cli/src/util/init/index.ts +++ b/packages/gluestack-cli/src/util/init/index.ts @@ -241,9 +241,6 @@ async function updateTSConfig( tsConfig.compilerOptions.jsxImportSource = 'nativewind'; } updatePaths(tsConfig.compilerOptions.paths, '@/*', ['./*']); - updatePaths(tsConfig.compilerOptions.paths, 'tailwind.config', [ - `./${tailwindConfigFileName}`, - ]); await writeFileAsync(configPath, JSON.stringify(tsConfig, null, 2), 'utf8'); } catch (err) { From 297047451754769e0ac9004528f7e1069d549dd4 Mon Sep 17 00:00:00 2001 From: Vaibhavi Kolloju Date: Fri, 24 Jan 2025 19:24:00 +0530 Subject: [PATCH 2/2] v0.7.20-alpha.1 --- packages/gluestack-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gluestack-cli/package.json b/packages/gluestack-cli/package.json index 34f05d4e..bb8af5f1 100644 --- a/packages/gluestack-cli/package.json +++ b/packages/gluestack-cli/package.json @@ -10,7 +10,7 @@ "cli" ], "description": "A CLI tool for easily adding components from gluestack to your projects.", - "version": "0.7.20", + "version": "0.7.20-alpha.1", "license": "MIT", "main": "dist/index.js", "files": [