Skip to content

Commit

Permalink
Migrated towards vite
Browse files Browse the repository at this point in the history
Updating package-lock.json

Prettier and Linting
  • Loading branch information
jonasvoelcker authored and AlexisSouquiere committed Mar 13, 2024
1 parent 66a6db6 commit 3a6cd56
Show file tree
Hide file tree
Showing 127 changed files with 9,502 additions and 17,080 deletions.
1 change: 0 additions & 1 deletion client/.eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ tasks.named('assembleFrontend') {
shouldRunAfter installFrontend

inputs.dir('src')
inputs.dir('public')
outputs.dir('build')
}

Expand Down
File renamed without changes.
22 changes: 22 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="/" />
<link rel="icon" href="favicon.ico" />
<link rel="manifest" href="manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#33b5e5" />
<meta name="html-head" content="replace" />
<meta
name="description"
content="Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more..."
/>
<title>AKHQ</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" data-bs-theme="dark"></div>
<script type="module" src="src/index.jsx"></script>
</body>
</html>
File renamed without changes.
Loading

0 comments on commit 3a6cd56

Please sign in to comment.