interface microphone component with rust wasm
This commit is contained in:
parent
37cb3d25b6
commit
fe5a5aae93
7 changed files with 1275 additions and 25 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "yarn electron:serve",
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
|
|
@ -53,9 +54,6 @@
|
|||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,vue,ts,tsx}": [
|
||||
"vue-cli-service lint",
|
||||
"git add"
|
||||
]
|
||||
"*.{js,jsx,vue,ts,tsx}": ["vue-cli-service lint", "git add"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue