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 f6b44eb
Show file tree
Hide file tree
Showing 73 changed files with 4 additions and 7 deletions.
Binary file removed frontend/bun.lockb
Binary file not shown.
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 f6b44eb

Please sign in to comment.