Skip to content

Commit 7c5bb17

Browse files
committed
chore: extenstions
1 parent 6d705f1 commit 7c5bb17

File tree

5 files changed

+3
-53
lines changed

5 files changed

+3
-53
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
2+
"recommendations": ["rome.tools"]
33
}

apps/www/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ DATABASE_PASSWORD=
2727

2828

2929
LOGLIB_URL="http://localhost:3000"
30-
NEXT_PUBLIC_API_URL="http://127.0.0.1:8787"
30+
NEXT_PUBLIC_API_URL="http://127.0.0.1:8000"

apps/www/CHANGELOG.md

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

apps/www/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const nextConfig = {
1818
},
1919
rewrites: async () => [
2020
{
21-
destination: process.env.NEXT_PUBLIC_API_URL,
21+
destination: env.NEXT_PUBLIC_API_URL,
2222
source: "/api/loglib",
2323
},
2424
],

apps/www/prettier.config.js

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

0 commit comments

Comments
 (0)