Skip to content

Commit

Permalink
Merge cc9fbe1 into 834488d
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jan 19, 2018
2 parents 834488d + cc9fbe1 commit 4720e77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/templates/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ import route from 'can-route';
import 'can-route-pushstate';

const AppViewModel = DefineMap.extend({
env: {
default: () => ({NODE_ENV:'development'}),
serialize: false
},
message: {
default: 'Hello World!',
serialize: false
Expand Down

0 comments on commit 4720e77

Please sign in to comment.