add /friends page

This commit is contained in:
j3d1 2024-04-09 17:19:38 +02:00
parent c49a40df01
commit 157e47d3ef
6 changed files with 293 additions and 10 deletions

View file

@ -2,7 +2,6 @@ import {fileURLToPath, URL} from 'node:url'
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
import * as fs from "fs";
export default defineConfig({
plugins: [vue()],