Skip to content

Commit

Permalink
feat: home for the vite server
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Oct 11, 2024
1 parent 98db826 commit bc7e993
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions EMS/admin-ui-bundle/assets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; URL=/index.php" />
<link rel="icon" href="/images/icon-128.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Load ElasticMS Admin</title>
</head>
<body>
<p>Let's load <a href="/index.ph">ElasticMS Admin</a>.</p>
</body>
</html>
1 change: 1 addition & 0 deletions EMS/admin-ui-bundle/assets/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default defineConfig({
copyPublicDir: true,
rollupOptions: {
input: {
index: 'index.html',
action: 'src/action.js',
app: 'src/app.js',
calendar: 'src/calendar.js',
Expand Down

0 comments on commit bc7e993

Please sign in to comment.