2018-10-30 20:42:53 +00:00
|
|
|
export default class ServerContext {
|
2019-07-10 10:45:49 +00:00
|
|
|
constructor (server) {
|
2018-10-30 20:42:53 +00:00
|
|
|
this.nuxt = server.nuxt
|
|
|
|
this.globals = server.globals
|
|
|
|
this.options = server.options
|
|
|
|
this.resources = server.resources
|
|
|
|
}
|
|
|
|
}
|