Skip to content

Commit

Permalink
updates to build
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Nov 21, 2023
1 parent 58328dd commit 3d335a7
Show file tree
Hide file tree
Showing 8 changed files with 357 additions and 5,711 deletions.
2 changes: 1 addition & 1 deletion frontend/build/static/.vite/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"css": [
"assets/index-wyzNN-cK.css"
],
"file": "assets/index-pvsF-yDQ.js",
"file": "assets/index-Oj0r9uaT.js",
"imports": [
"[email protected]",
"[email protected]"
Expand Down
166 changes: 166 additions & 0 deletions frontend/build/static/assets/index-Oj0r9uaT.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

166 changes: 0 additions & 166 deletions frontend/build/static/assets/index-pvsF-yDQ.js

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/build/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Start FontAwesome CSS from cdnjs -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- End FontAwesome CSS from cdnjs -->
<link href="http://localhost:8000/static/allianceauth/css/auth-base.css" type="text/css" rel="stylesheet"> <script type="module" crossorigin src="./assets/index-pvsF-yDQ.js"></script>
<link href="http://localhost:8000/static/allianceauth/css/auth-base.css" type="text/css" rel="stylesheet"> <script type="module" crossorigin src="./assets/index-Oj0r9uaT.js"></script>
<link rel="modulepreload" crossorigin href="./assets/@libs--vsrNows.js">
<link rel="modulepreload" crossorigin href="./assets/@react-router-4ABj5O5c.js">
<link rel="stylesheet" crossorigin href="./assets/index-wyzNN-cK.css">
Expand Down
6 changes: 0 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"start": "npx vite",
"build": "npx vite build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down
5,718 changes: 183 additions & 5,535 deletions frontend/yarn.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
requires = ["flit_core >=3.8,<4"]
build-backend = "flit_core.buildapi"

[project]
Expand All @@ -15,6 +15,10 @@ keywords = [
"allianceauth",
"eveonline",
]

[tool.flit.sdist]
include = ["authstats/**"]

classifiers = [
"Environment :: Web Environment",
"Framework :: Celery",
Expand Down

0 comments on commit 3d335a7

Please sign in to comment.