Skip to content

Commit 2ed6546

Browse files
authored
Merge pull request #26 from ToastedDev/dev
feat: move to nextjs and turborepo
2 parents e371114 + 99395c0 commit 2ed6546

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+13702
-77
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
.env
2+
.env
3+
.turbo

api/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "@chatr/api",
3+
"type": "module",
4+
"version": "0.1.0",
5+
"scripts": {
6+
"dev": "bun with-env bun --watch src/index.ts --dev",
7+
"with-env": "dotenv -e ../.env --"
8+
},
9+
"dependencies": {
10+
"cors": "^2.8.5",
11+
"ejs": "^3.1.10",
12+
"express": "^4.19.2",
13+
"mysql2": "^3.10.3"
14+
},
15+
"devDependencies": {
16+
"@types/bun": "latest",
17+
"@types/cors": "^2.8.17",
18+
"@types/express": "^4.17.21",
19+
"dotenv-cli": "^7.4.2"
20+
}
21+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)