mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
Fix devtools being enabled in prod (#601)
This commit is contained in:
+1
-2
@@ -128,8 +128,7 @@ export default {
|
||||
|
||||
vue: {
|
||||
config: {
|
||||
productionTip: false,
|
||||
devtools: true,
|
||||
devtools: false,
|
||||
},
|
||||
},
|
||||
router: {
|
||||
|
||||
Reference in New Issue
Block a user