From d22c3b0c257f5daf5b401988a35ab9ce981a2341 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 12 Aug 2022 19:54:46 +0200 Subject: refactor(frontend): move from Webpack to Vite Also overhaulds the building and linting for frontend assets. --- subprojects/frontend/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 subprojects/frontend/index.html (limited to 'subprojects/frontend/index.html') diff --git a/subprojects/frontend/index.html b/subprojects/frontend/index.html new file mode 100644 index 00000000..999e69a3 --- /dev/null +++ b/subprojects/frontend/index.html @@ -0,0 +1,17 @@ + + + + + + Refinery + + + +
+ + + -- cgit v1.2.3-54-g00ecf