fix: use svelte 5 mount api
This commit is contained in:
1
internal/app/ui/dist/assets/index-CAayb6ka.js
vendored
Normal file
1
internal/app/ui/dist/assets/index-CAayb6ka.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
internal/app/ui/dist/index.html
vendored
2
internal/app/ui/dist/index.html
vendored
@@ -8,7 +8,7 @@
|
|||||||
name="description"
|
name="description"
|
||||||
content="AMCS is a memory server that captures, links, and retrieves structured project thoughts for AI assistants using semantic search, summaries, and MCP tools."
|
content="AMCS is a memory server that captures, links, and retrieves structured project thoughts for AI assistants using semantic search, summaries, and MCP tools."
|
||||||
/>
|
/>
|
||||||
<script type="module" crossorigin src="/assets/index-CIozj4p7.js"></script>
|
<script type="module" crossorigin src="/assets/index-CAayb6ka.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-BDhMN0_9.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-BDhMN0_9.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-slate-950">
|
<body class="bg-slate-950">
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
import './app.css';
|
import './app.css';
|
||||||
import App from './App.svelte';
|
import App from './App.svelte';
|
||||||
|
import { mount } from 'svelte';
|
||||||
|
|
||||||
const app = new App({
|
const app = mount(App, {
|
||||||
target: document.getElementById('app')!
|
target: document.getElementById('app')!
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user