mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
other minor fix
This commit is contained in:
parent
4afa4a2729
commit
8de0582cae
2 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,5 @@ module.exports = {
|
|||
transpileDependencies: [
|
||||
/\bvue-awesome\b/,
|
||||
'vuex-persist',
|
||||
'bootstrap-vue'
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "gancio",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"serve": "NODE_ENV=production nodemon server.js",
|
||||
"serve": "NODE_ENV=production nodemon app/server.js",
|
||||
"dev": "NODE_ENV=development nodemon app/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue