Skip to content

Commit

Permalink
chore: move frontend into playgrounds
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Yadav <pyadav9678@gmail.com>
  • Loading branch information
pyadav committed Mar 9, 2024
1 parent 554668d commit 39708a2
Show file tree
Hide file tree
Showing 75 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion docker/Dockerfile.gateway.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN mkdir /workspace
WORKDIR /workspace
COPY ./gateway ./gateway
COPY ./protos ./protos
COPY ./worker ./worker
COPY ./common ./common

COPY ./go.work .
Expand Down
Binary file removed frontend/bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ use (
./common
./gateway
./protos
./worker
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions frontend/README.md → playgrounds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To build all apps and packages, run the following command:

```
cd my-turborepo
pnpm build
bun build
```

### Develop
Expand All @@ -39,7 +39,7 @@ To develop all apps and packages, run the following command:

```
cd my-turborepo
pnpm dev
bun dev
```

### Remote Caching
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.
Binary file added playgrounds/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions frontend/package.json → playgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "studio",
"private": true,
"scripts": {
"build": "turbo build",
Expand All @@ -18,7 +18,7 @@
},
"packageManager": "bun@1.0.25",
"workspaces": [
"playgrounds/*"
"apps/*"
],
"dependencies": {
"prettier-plugin-tailwindcss": "^0.5.11"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions worker/go.mod

This file was deleted.

0 comments on commit 39708a2

Please sign in to comment.