Skip to content

Commit 6aa51fe

Browse files
committed
Latest Beta Merge
Merge from Beta Branch latest
1 parent b75c447 commit 6aa51fe

94 files changed

Lines changed: 5742 additions & 3978 deletions

Some content is hidden

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

.babelrc.json

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ tigerbeetle/*
8484
.nx/workspace-data
8585
.cursor/rules/nx-rules.mdc
8686
.github/instructions/nx.instructions.md
87+
88+
prototype*.html

.trunk/.gitignore

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

.trunk/configs/.hadolint.yaml

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

.trunk/configs/.markdownlint.yaml

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

.trunk/configs/.yamllint.yaml

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

.trunk/trunk.yaml

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

.vscode/launch.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.2.0",
66
"configurations": [
77
{
8-
"type": "pwa-node",
8+
"type": "node",
99
"request": "launch",
1010
"name": "Launch Program",
1111
"skipFiles": [
@@ -18,6 +18,12 @@
1818
"name": "http://127.0.0.1:3000/docs/index.html",
1919
"request": "launch",
2020
"url": "http://127.0.0.1:3000/docs/index.html"
21+
},
22+
{
23+
"type": "chrome",
24+
"name": "http://127.0.0.1:3000/viat/centralSite/client/demo.html",
25+
"request": "launch",
26+
"url": "http://127.0.0.1:3000/viat/centralSite/client/demo.html"
2127
}
2228
]
2329
}

.vscode/ltex.dictionary.en-US.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ SSTables
1414
SSTable
1515
logarithmically
1616
filesystem-specific
17+
Viat
18+
const
19+
javascript
20+
CBOR-native
21+
CBOR
22+
KMAC

.vscode/settings.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,48 @@
239239
"hint"
240240
],
241241
"explorer.copyRelativePathSeparator": "/",
242+
"files.associations": {
243+
"*.html": "html",
244+
"*.block": "cbor",
245+
"*.hbs": "handlebars",
246+
"*.umm": "javascript",
247+
"__bit_reference": "cpp",
248+
"__hash_table": "cpp",
249+
"__locale": "cpp",
250+
"__split_buffer": "cpp",
251+
"array": "cpp",
252+
"atomic": "cpp",
253+
"bitset": "cpp",
254+
"complex": "cpp",
255+
"cstddef": "cpp",
256+
"cstdio": "cpp",
257+
"cstdlib": "cpp",
258+
"cstring": "cpp",
259+
"ctime": "cpp",
260+
"cwchar": "cpp",
261+
"deque": "cpp",
262+
"memory": "cpp",
263+
"format": "cpp",
264+
"initializer_list": "cpp",
265+
"ios": "cpp",
266+
"istream": "cpp",
267+
"iterator": "cpp",
268+
"locale": "cpp",
269+
"mutex": "cpp",
270+
"new": "cpp",
271+
"optional": "cpp",
272+
"print": "cpp",
273+
"string": "cpp",
274+
"string_view": "cpp",
275+
"tuple": "cpp",
276+
"type_traits": "cpp",
277+
"typeinfo": "cpp",
278+
"unordered_map": "cpp",
279+
"utility": "cpp",
280+
"variant": "cpp",
281+
"vector": "cpp",
282+
"string.h": "c",
283+
"stdlib.h": "c"
284+
},
242285

243286
}

0 commit comments

Comments
 (0)