Skip to content

Commit a1a4cb8

Browse files
cleanup
1 parent d0b433e commit a1a4cb8

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

examples/playground/.env.example

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/playground/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ Install project dependencies using Yarn:
1818
yarn
1919
```
2020

21-
Create an `.env.local` file in the root of your project and add the following environment variables:
22-
23-
```env
24-
NG_CLIENT_ID=your_client_id
25-
NG_CLIENT_SECRET=your_client_secret
26-
```
27-
28-
Make sure to replace `your_client_id` and `your_client_secret` with your real credentials. These variables are required for the project to function correctly.
29-
3021
## Running the Project
3122

3223
To start the development server, run the following command:

examples/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -41,4 +41,4 @@
4141
"typescript-eslint": "^8.0.1",
4242
"vite": "^5.4.1"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)