restructure
This commit is contained in:
7
ui/src/main.ts
Normal file
7
ui/src/main.ts
Normal 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' );
|
||||
Reference in New Issue
Block a user