restructure

This commit is contained in:
2024-10-02 14:43:36 +02:00
parent baad617859
commit 734259ae6a
23 changed files with 1269 additions and 27 deletions

7
ui/src/main.ts Normal file
View File

@@ -0,0 +1,7 @@
import { createApp } from 'vue';
import App from './App.vue';
localStorage.setItem( 'url', 'http://localhost:8080' );
// localStorage.setItem( 'url', 'https://api.janishutz.com' );
createApp( App ).mount( '#app' );