Add icon for color mode and for translation

This commit is contained in:
2022-05-30 23:29:20 +02:00
parent b97fa13c1f
commit e6a096b76a
18 changed files with 200 additions and 39 deletions

View File

@@ -2,9 +2,8 @@
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"dev": "vite --port 3355 --open --host",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview --port 3355 --host"
},
"dependencies": {