all code added

This commit is contained in:
Saimon8420 2025-02-12 18:57:31 +06:00
parent f4d4a30999
commit 32d9268dd9
3 changed files with 8 additions and 3 deletions

3
.env
View file

@ -12,4 +12,5 @@ CLERK_SECRET_KEY=sk_test_X4OZbPdnr9ZxlccH8eaA7Ou0oQvQ9FpQ0mq0KuwLUz
JWT_ACCESS_TOKEN_SECRET=planpostai%^$_%43%65576canvas%%$$ JWT_ACCESS_TOKEN_SECRET=planpostai%^$_%43%65576canvas%%$$
JWT_REFRESH_TOKEN_SECRET=planpostai!@43223_canvas$%^$349332$$ JWT_REFRESH_TOKEN_SECRET=planpostai!@43223_canvas$%^$349332$$

2
.gitignore vendored
View file

@ -25,7 +25,7 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
# local env files # local env files
.env # .env
.env.local .env.local
.env.development.local .env.development.local
.env.test.local .env.test.local

View file

@ -1,15 +1,19 @@
# Elysia with Bun runtime # Elysia with Bun runtime
## Getting Started ## Getting Started
To get started with this template, simply paste this command into your terminal: To get started with this template, simply paste this command into your terminal:
```bash ```bash
bun create elysia ./elysia-example bun create elysia ./elysia-example
``` ```
## Development ## Development
To start the development server run: To start the development server run:
```bash ```bash
bun run dev bun run dev
``` ```
Open http://localhost:3000/ with your browser to see the result. Open <http://localhost:3000/> with your browser to see the result.