Skip to content

Commit 7d0f745

Browse files
committed
fixes
1 parent f6be548 commit 7d0f745

File tree

5 files changed

+15
-84
lines changed

5 files changed

+15
-84
lines changed

apps/web/src/counter.ts

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

apps/web/src/main.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import './style.css'
33
const app = document.querySelector<HTMLDivElement>('#app')!
44

55
app.innerHTML = `
6-
<div class="container mx-auto max-w-3xl px-4 py-2">
7-
<pre class="overflow-x-auto font-mono text-sm" id="users-data">
6+
<div>
7+
<pre id="users-data">
88
Loading...
99
</pre>
10-
<div class="grid gap-6">
11-
<section class="rounded-lg border p-4">
12-
<h2 class="mb-2 font-medium">API Status</h2>
10+
<div>
11+
<section>
12+
<h2>API Status</h2>
1313
</section>
1414
</div>
1515
</div>

apps/web/vite.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { defineConfig } from 'vite'
33
// https://vite.dev/config/
44
export default defineConfig({
55
server: {
6-
port: 3001
6+
port: 3001,
7+
proxy: {
8+
"/api": "http://localhost:3000"
9+
}
710
}
811
})

biome.json

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

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)