Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete Docs App #79

Merged
merged 9 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/check-monorepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Check Monorepo

on:
push:
paths:
- "packages/**"
- "apps/*/src/**"
- "pnpm-lock.yaml"
- ".github/workflows/check-monorepo.yaml"
- ".github/actions/setup-node-pnpm/**"

jobs:
typecheck:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This Turborepo includes the following packages/apps:

### Apps and Packages

- `docs`: a [Next.js](https://nextjs.org/) app
- `web`: another [Next.js](https://nextjs.org/) app
- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications
- `api`: a [NestJS](https://nestjs.com/) app
- `web`: a [Next.js](https://nextjs.org/) app
- `@repo/ui`: a stub React component library shared by Next.js applications
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo

Expand Down
3 changes: 3 additions & 0 deletions apps/api/.env-cmdrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"development": {
"PORT": "3001"
},
"lint": {
"ESLINT_USE_FLAT_CONFIG": "true"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "nest start --watch",
"dev": "env-cmd --environments development nest start --watch",
"build": "nest build",
"start": "node dist/main.js",
"lint": "env-cmd --environments lint eslint .",
Expand Down
28 changes: 0 additions & 28 deletions apps/docs/README.md

This file was deleted.

Binary file removed apps/docs/app/favicon.ico
Binary file not shown.
50 changes: 0 additions & 50 deletions apps/docs/app/globals.css

This file was deleted.

22 changes: 0 additions & 22 deletions apps/docs/app/layout.tsx

This file was deleted.

Loading
Loading