mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
Restrucure consumer + monorepo
This commit is contained in:
@@ -34,8 +34,7 @@ const snapshots = computed(() => {
|
||||
project_id: project.value?._id as any,
|
||||
_id: 'current_month' as any,
|
||||
name: 'Current month',
|
||||
from: fns.startOfMonth()
|
||||
new Date(Date.now() - 1000 * 60 * 60 * 24 * 30),
|
||||
from: new Date(Date.now() - 1000 * 60 * 60 * 24 * 30),
|
||||
to: new Date(Date.now()),
|
||||
color: '#00CC00'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user