fix: rename soul_echo => soulecho
removed all occurences of soul_echo as it made problems for mobile
This commit is contained in:
parent
aa85312cf1
commit
c423c854fe
14 changed files with 21 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "soul_echo",
|
||||
"name": "soulecho",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
|
@ -8,7 +8,8 @@
|
|||
"build": "vue-tsc --noEmit && vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri",
|
||||
"dev:m": "tauri android dev"
|
||||
"dev:m": "tauri android dev",
|
||||
"build:m": "tauri android build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue