Migrate frontend to pnpm+parcel with JS modules
This commit is contained in:
parent
4d8b7d6e62
commit
0b8fbea6c3
30 changed files with 2289 additions and 404 deletions
6
frontend/index.js
Normal file
6
frontend/index.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import "./index.css";
|
||||
import "./src/tooltip";
|
||||
import "./src/color-mode";
|
||||
import "./src/search";
|
||||
import "./src/account-manage";
|
||||
import "./src/fields";
|
||||
Loading…
Add table
Add a link
Reference in a new issue