frontend fixes & db rewrite with serde
This commit is contained in:
parent
a425d8f834
commit
78eb0c0080
37 changed files with 910 additions and 663 deletions
|
|
@ -20,5 +20,9 @@
|
|||
},
|
||||
},
|
||||
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
"references": [{ "path": "./tsconfig.node.json" }],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".routify"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue