Compare commits

..

No commits in common. "56a60a9039a9d5ed50f0ad3dd6b75cabcda3b456" and "9c6c0b315c579595c9b8adb357ae8eb6ddffeb63" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View File

@ -1,8 +0,0 @@
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"

View File

@ -20,6 +20,7 @@ export default async function App() {
<br /> <br />
<br /> &mdash; naresh <br /> &mdash; naresh
<br /> <br />
{JSON.stringify(gitea)}
<div <div
style={{ style={{
marginTop: "2rem", marginTop: "2rem",

View File

@ -49,3 +49,4 @@ export async function getGiteaActivity() {
} }
} }
}