Skip to content

Commit

Permalink
chore: rename labs nextjs app #649
Browse files Browse the repository at this point in the history
- renamed labs app to ai so there's less confusion
- updated alll instances
- updated vercel project to labs-ai and the root dir to apps/ai

Closes #649
  • Loading branch information
srizvi committed Jan 23, 2024
1 parent 22524de commit deeff9c
Show file tree
Hide file tree
Showing 419 changed files with 49 additions and 98 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Generate Prisma Client
run: npx prisma generate --schema=./src/prisma/schema.prisma
working-directory: ./apps/labs
working-directory: ./apps/ai

- name: Lint
run: pnpm lint && pnpm lint:ws
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Generate Prisma Client
run: npx prisma generate --schema=./src/prisma/schema.prisma
working-directory: ./apps/labs
working-directory: ./apps/ai

- name: Format
run: pnpm format
Expand All @@ -90,7 +90,7 @@ jobs:

- name: Generate Prisma Client
run: npx prisma generate --schema=./src/prisma/schema.prisma
working-directory: ./apps/labs
working-directory: ./apps/ai

- name: Typecheck
run: pnpm typecheck
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/labs/README.md → apps/ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Each component of our stack is selected to ensure that your experience is not ju
This project follows the recommendations of the the Next JS team for v14 and remains a work in progress. We chose sub-directories to better organize across a growing codebase.

```
/and-voila/labs
/and-voila/labs/ai
├── /src
│ ├── /app
│ │ ├── /(routes) # Route group for routes ¯\_(ツ)_/¯
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/labs/package.json → apps/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@and-voila/labs",
"name": "@and-voila/ai",
"version": "0.1.0",
"private": true,
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit deeff9c

Please sign in to comment.