NobGit
public anord read

Ledger

Why work hard when you can work easier?

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 86% CSS 10% SQL 3% Shell 1% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/anord/ledger.git
ssh://[email protected]:2222/orgs/anord/ledger.git

Trace

apps/web/vite.config.ts

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

vite.config.ts on main
Author Date Commit Line Code
Alex Nord 3 months ago 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
1
import { defineConfig, loadEnv } from "vite";
Open commit View diff
1 import { defineConfig, loadEnv } from "vite";
Alex Nord 3 months ago 4527dbd

First commit v2

Full commit hash
4527dbdfcb1470a5c2476e2a5208f7bf48cc9d27
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
2
import react from "@vitejs/plugin-react";
Open commit View diff
2 import react from "@vitejs/plugin-react";
same change 4527dbd

First commit v2

Full commit hash
4527dbdfcb1470a5c2476e2a5208f7bf48cc9d27
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
3
Open commit View diff
3
Alex Nord 3 months ago 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
4
export default defineConfig(({ mode }) => {
Open commit View diff
4 export default defineConfig(({ mode }) => {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
5
  const env = loadEnv(mode, process.cwd(), "");
Open commit View diff
5 const env = loadEnv(mode, process.cwd(), "");
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
6
  const apiTarget = env.LEDGER_API_URL || "http://localhost:4000";
Open commit View diff
6 const apiTarget = env.LEDGER_API_URL || "http://localhost:4000";
Alex Nord 3 months ago f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
7
  const allowedHosts =
Open commit View diff
7 const allowedHosts =
same change f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
8
    env.LEDGER_ALLOWED_HOSTS === "*"
Open commit View diff
8 env.LEDGER_ALLOWED_HOSTS === "*"
same change f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
9
      ? true
Open commit View diff
9 ? true
same change f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
10
      : (env.LEDGER_ALLOWED_HOSTS || "")
Open commit View diff
10 : (env.LEDGER_ALLOWED_HOSTS || "")
same change f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
11
          .split(",")
Open commit View diff
11 .split(",")
same change f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
12
          .map((value) => value.trim())
Open commit View diff
12 .map((value) => value.trim())
same change f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
13
          .filter(Boolean);
Open commit View diff
13 .filter(Boolean);
Alex Nord 3 months ago 4527dbd

First commit v2

Full commit hash
4527dbdfcb1470a5c2476e2a5208f7bf48cc9d27
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
14
Open commit View diff
14
Alex Nord 3 months ago 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
15
  return {
Open commit View diff
15 return {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
16
    plugins: [react()],
Open commit View diff
16 plugins: [react()],
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
17
    server: {
Open commit View diff
17 server: {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
18
      port: 5173,
Open commit View diff
18 port: 5173,
Alex Nord 3 months ago f388a0d

Fixing domain hosting issue

Full commit hash
f388a0dc0a9ccbe3cc20d285c0ab367fb916a055
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
19
      allowedHosts,
Open commit View diff
19 allowedHosts,
Alex Nord 3 months ago 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
20
      proxy: {
Open commit View diff
20 proxy: {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
21
        "/api": {
Open commit View diff
21 "/api": {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
22
          target: apiTarget,
Open commit View diff
22 target: apiTarget,
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
23
          changeOrigin: true
Open commit View diff
23 changeOrigin: true
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
24
        },
Open commit View diff
24 },
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
25
        "/health": {
Open commit View diff
25 "/health": {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
26
          target: apiTarget,
Open commit View diff
26 target: apiTarget,
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
27
          changeOrigin: true
Open commit View diff
27 changeOrigin: true
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
28
        },
Open commit View diff
28 },
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
29
        "/mcp": {
Open commit View diff
29 "/mcp": {
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
30
          target: apiTarget,
Open commit View diff
30 target: apiTarget,
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
31
          changeOrigin: true
Open commit View diff
31 changeOrigin: true
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
32
        }
Open commit View diff
32 }
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
33
      }
Open commit View diff
33 }
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
34
    }
Open commit View diff
34 }
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
35
  };
Open commit View diff
35 };
same change 39c4a7e

Continues UI fixes and fixing Docs

Full commit hash
39c4a7eb40e70508ca2290d8656cf640971c5c56
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
36
});
Open commit View diff
36 });