Replace App Subscribe with General Subscribe

This commit is contained in:
Sam Carlton 2020-12-01 21:50:07 -06:00
parent 40d5d9cbf1
commit be3046619a
5 changed files with 191 additions and 8 deletions

View file

@ -62,6 +62,10 @@ const storeAppLists = async function (builder) {
export default {
target: 'static',
publicRuntimeConfig: {
allUpdateSubscribe: process.env.ALL_UPDATE_SUBSCRIBE
},
/*
** Hooks
* https://nuxtjs.org/api/configuration-hooks/