Restrucure consumer + monorepo

This commit is contained in:
Emily
2024-11-15 23:36:40 +01:00
parent 5ac43dec6b
commit 41037a01a1
25 changed files with 11658 additions and 1479 deletions

View File

@@ -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'
},