feat: implement message grouping, improve styling
This commit is contained in:
parent
6a3c8e8982
commit
53687a0ec3
4 changed files with 155 additions and 59 deletions
|
@ -26,7 +26,8 @@ export default defineNuxtConfig({
|
|||
},
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiVersion: 1
|
||||
apiVersion: 1,
|
||||
messageGroupingMaxDifference: 300000
|
||||
}
|
||||
},
|
||||
/* nitro: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue