mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
9 lines
89 B
JavaScript
9 lines
89 B
JavaScript
/*!
|
|
* nuxt.js
|
|
* MIT Licensed
|
|
*/
|
|
|
|
'use strict'
|
|
|
|
module.exports = require('./lib/nuxt')
|