Skip to content

Commit 6e31444

Browse files
committed
init
0 parents  commit 6e31444

64 files changed

Lines changed: 10258 additions & 0 deletions

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target
2+
node_modules

.vscode/settings.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"restoreTerminals.terminals": [
3+
{
4+
"splitTerminals": [
5+
{
6+
"name": "frontend dev server",
7+
"commands": ["cd tracing-subscriber-axum/frontend", "pnpm dev"]
8+
}
9+
]
10+
},
11+
{
12+
"splitTerminals": [
13+
{
14+
"name": "example server",
15+
"commands": ["cd example-server", "cargo run"]
16+
},
17+
{
18+
"name": "test load creator",
19+
"commands": ["cd example-server", "bash test_api.sh"]
20+
}
21+
]
22+
}
23+
]
24+
}

0 commit comments

Comments
 (0)