Skip to content

Commit

Permalink
Switch to Vite (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 2, 2023
1 parent fb488df commit f673494
Show file tree
Hide file tree
Showing 43 changed files with 7,998 additions and 21,210 deletions.
7 changes: 0 additions & 7 deletions .env

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ module.exports = {
parserOptions: {
ecmaVersion: 2020
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
},
overrides: [
{
files: [
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
cache: npm

- run: npm install
- run: npm run lint
- run: npm run test:coverage
- run: npm run build
- uses: SonarSource/sonarcloud-github-action@master
Expand Down
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Joan of Arc: Orléans Solo Helper</title>
<meta name="description" content="Joan of Arc: Orléans Solo Helper">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#333">
<meta charset="utf-8">
<link rel="icon" sizes="any" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/img/icons/favicon.svg">
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="mask-icon" href="/img/icons/maskable-icon-512x512.png" color="#fff">
</head>
<body>
<noscript>
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
18 changes: 0 additions & 18 deletions nyc.config.js

This file was deleted.

Loading

0 comments on commit f673494

Please sign in to comment.