feat: add embedded svelte frontend
This commit is contained in:
1
internal/app/ui/dist/assets/index-BDhMN0_9.css
vendored
Normal file
1
internal/app/ui/dist/assets/index-BDhMN0_9.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
internal/app/ui/dist/assets/index-CIozj4p7.js
vendored
Normal file
1
internal/app/ui/dist/assets/index-CIozj4p7.js
vendored
Normal file
File diff suppressed because one or more lines are too long
17
internal/app/ui/dist/index.html
vendored
Normal file
17
internal/app/ui/dist/index.html
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>AMCS</title>
|
||||
<meta
|
||||
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."
|
||||
/>
|
||||
<script type="module" crossorigin src="/assets/index-CIozj4p7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BDhMN0_9.css">
|
||||
</head>
|
||||
<body class="bg-slate-950">
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user