mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Added support for building mobile applications with Expo
This commit is contained in:
@@ -23,7 +23,7 @@ export async function setupAuth(
|
||||
}
|
||||
|
||||
const serverDir = path.join(projectDir, "apps/server");
|
||||
const clientDir = path.join(projectDir, "apps/client");
|
||||
const clientDir = path.join(projectDir, "apps/web");
|
||||
|
||||
try {
|
||||
addPackageDependency({
|
||||
|
||||
Reference in New Issue
Block a user