Fix login, registration and made the first database version.

This commit is contained in:
2024-11-05 19:51:56 +01:00
parent 83ddaf19d4
commit 1af78e5ab7
35 changed files with 180 additions and 391 deletions

View File

@@ -14,6 +14,7 @@ export default defineTask({
description: 'Synchronise the project 1 with Obsidian',
},
async run(event) {
console.log('Task "sync" executed');
/* try {
const tree = await $fetch('https://git.peaceultime.com/api/v1/repos/peaceultime/system-aspect/git/trees/master', {
method: 'get',