Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Merge pull request #651 from and-voila/srizvi/issue649
Browse files Browse the repository at this point in the history
chore: rename labs nextjs app #649
  • Loading branch information
srizvi authored Jan 23, 2024
2 parents 22524de + deeff9c commit 4facb9b
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.
Loading

0 comments on commit 4facb9b

Please sign in to comment.