moved files outside of /app

This commit is contained in:
Jorrin
2024-02-05 21:03:26 +01:00
parent eeb0b921dc
commit eef7565106
12 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ module.exports = withTurborepoManagedCache(
isCSSEnabled: true,
}),
{
input: "./src/app/styles/global.css",
input: "./src/styles/global.css",
configPath: "./tailwind.config.ts",
},
),