33 lines
633 B
JavaScript
33 lines
633 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.EXTERNAL_PACKAGES = void 0;
|
|
const EXTERNAL_PACKAGES = [
|
|
"@prisma/client",
|
|
"@sentry/nextjs",
|
|
"@sentry/node",
|
|
"autoprefixer",
|
|
"cypress",
|
|
"eslint",
|
|
"express",
|
|
"firebase-admin",
|
|
"jest",
|
|
"lodash",
|
|
"mongodb",
|
|
"next-mdx-remote",
|
|
"next-seo",
|
|
"postcss",
|
|
"prettier",
|
|
"prisma",
|
|
"rimraf",
|
|
"sharp",
|
|
"sqlite3",
|
|
"tailwindcss",
|
|
"ts-node",
|
|
"typescript",
|
|
"webpack",
|
|
];
|
|
exports.EXTERNAL_PACKAGES = EXTERNAL_PACKAGES;
|
|
|
|
//# sourceMappingURL=server-external-packages.js.map
|