1
0
forked from PGL/Clyde

fixing top level await

This commit is contained in:
2024-03-07 14:51:36 +01:00
parent 886077349c
commit 8e932b1b67
3 changed files with 243 additions and 42 deletions

View File

@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vite-plugin-top-level-await": "^1.4.1",
"vue": "^3.4.15",
"vue3-toastify": "^0.2.1"
},