mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
start adding showcase screen
This commit is contained in:
@@ -9,6 +9,6 @@ const app = createApp(App)
|
||||
app.use(createPinia())
|
||||
app.use(router)
|
||||
|
||||
localStorage.setItem( 'url', 'http://localhost:8081' );
|
||||
localStorage.setItem( 'url', 'http://localhost:8082' );
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user