Skip to content

Commit 95a5fa7

Browse files
Merge pull request #1882 from k-grube/vite
Migrate to Vite
2 parents f37082f + fca40d2 commit 95a5fa7

File tree

226 files changed

+9252
-23737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+9252
-23737
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<!--
3+
* CoreUI Free React.js Admin Template
4+
* @version v4.0.0
5+
* @link https://coreui.io/react/
6+
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
7+
* License MIT
8+
-->
9+
<html lang="en">
10+
<head>
11+
<meta charset="utf-8" />
12+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
13+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
14+
<meta
15+
name="description"
16+
content="The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners."
17+
/>
18+
<meta name="author" content="CIPP Contributors" />
19+
<title>CIPP</title>
20+
<!--
21+
manifest.json provides metadata used when your web app is added to the
22+
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
23+
-->
24+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
25+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
26+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
27+
<link rel="manifest" href="/manifest.json" />
28+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#f77f00" />
29+
<meta name="msapplication-TileColor" content="#da532c" />
30+
<meta name="theme-color" content="#ffffff" />
31+
</head>
32+
<body>
33+
<noscript> You need to enable JavaScript to run this app.</noscript>
34+
<div id="root"></div>
35+
<script type="module" src="/src/index.jsx"></script>
36+
</body>
37+
</html>

jest.config.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)