This commit is contained in:
2026-01-09 02:49:55 -08:00
parent 6bcb712b02
commit cf6223b512
5 changed files with 4 additions and 18 deletions
-13
View File
@@ -1,13 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<title>Story Editor</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
<title>Story Editor</title>
<title>Clementine</title>
</head>
<body>
<div id="app"></div>
+2 -2
View File
@@ -1,11 +1,11 @@
{
"name": "story-editor",
"name": "clementine",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "story-editor",
"name": "clementine",
"version": "0.1.0",
"license": "ISC",
"dependencies": {
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "story-editor",
"name": "clementine",
"version": "0.1.0",
"description": "",
"license": "ISC",
-1
View File
@@ -13,7 +13,6 @@ export default defineConfig({
rollupOptions: {
input: {
index: resolve(__dirname, 'index.html'),
app: resolve(__dirname, 'app.html'),
},
},
},