🐸restructure frontend stuff, include admin and future user panel in main repo, properly deduplicate bundles for css+js across uses

This commit is contained in:
f0x 2022-06-06 02:56:48 +02:00
commit f971763743
36 changed files with 8978 additions and 1252 deletions

3
web/source/.eslintrc.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
"extends": ["@f0x52/eslint-config-react"]
};