Skip to content

Commit

Permalink
productionTip no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 27, 2024
1 parent c7f0fc0 commit 252ca21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittestagenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest]
os: [ubuntu-20.04]
ruby: [2.7]
# os: [ubuntu-20.04, ubuntu-22.04]
# ruby: [2.7, 3.1]
Expand Down
2 changes: 1 addition & 1 deletion www/board/agenda/spec/vue_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def self.stop
process.env.VUE_ENV = 'server'

Vue = require('vue')
Vue.config.productionTip = false
# Vue.config.productionTip = false

# render a response, using server side rendering
def Vue.renderResponse(component, response)
Expand Down

0 comments on commit 252ca21

Please sign in to comment.