UNPKG

1.34 kBJavaScriptView Raw
1/*!
2 * @nuxt/app-edge v2.3.0-25676283.c9fd780 (c) 2016-2018
3
4 * - All the amazing contributors
5 * Released under the MIT License.
6 * Website: https://nuxtjs.org
7*/
8'use strict';
9
10Object.defineProperty(exports, '__esModule', { value: true });
11
12function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
13
14const path = _interopDefault(require('path'));
15
16var name = "@nuxt/app-edge";
17var version = "2.3.0-25676283.c9fd780";
18var repository = "nuxt/nuxt.js";
19var license = "MIT";
20var files = [
21 "dist",
22 "template"
23];
24var main = "dist/app.js";
25var publishConfig = {
26 access: "public"
27};
28const pkg = {
29 name: name,
30 version: version,
31 repository: repository,
32 license: license,
33 files: files,
34 main: main,
35 publishConfig: publishConfig
36};
37
38const meta = pkg;
39
40const templatesDir = path.join(__dirname, '..', 'template');
41
42const templatesFiles = [
43 'App.js',
44 'client.js',
45 'index.js',
46 'middleware.js',
47 'router.js',
48 'server.js',
49 'utils.js',
50 'empty.js',
51 'components/nuxt-error.vue',
52 'components/nuxt-loading.vue',
53 'components/nuxt-child.js',
54 'components/nuxt-link.js',
55 'components/nuxt.js',
56 'components/no-ssr.js',
57 'views/app.template.html',
58 'views/error.html'
59];
60
61exports.meta = meta;
62exports.templatesDir = templatesDir;
63exports.templatesFiles = templatesFiles;