|
@@ -3,25 +3,18 @@ import { AdminUiPlugin } from '@vendure/admin-ui-plugin';
|
|
|
import { AssetServerPlugin } from '@vendure/asset-server-plugin';
|
|
import { AssetServerPlugin } from '@vendure/asset-server-plugin';
|
|
|
import { ADMIN_API_PATH, API_PORT, SHOP_API_PATH } from '@vendure/common/lib/shared-constants';
|
|
import { ADMIN_API_PATH, API_PORT, SHOP_API_PATH } from '@vendure/common/lib/shared-constants';
|
|
|
import {
|
|
import {
|
|
|
- Asset,
|
|
|
|
|
- DefaultJobQueuePlugin,
|
|
|
|
|
DefaultLogger,
|
|
DefaultLogger,
|
|
|
DefaultSearchPlugin,
|
|
DefaultSearchPlugin,
|
|
|
dummyPaymentHandler,
|
|
dummyPaymentHandler,
|
|
|
- FacetValue,
|
|
|
|
|
LanguageCode,
|
|
LanguageCode,
|
|
|
LogLevel,
|
|
LogLevel,
|
|
|
VendureConfig,
|
|
VendureConfig,
|
|
|
} from '@vendure/core';
|
|
} from '@vendure/core';
|
|
|
-import { ElasticsearchPlugin } from '@vendure/elasticsearch-plugin';
|
|
|
|
|
import { defaultEmailHandlers, EmailPlugin, FileBasedTemplateLoader } from '@vendure/email-plugin';
|
|
import { defaultEmailHandlers, EmailPlugin, FileBasedTemplateLoader } from '@vendure/email-plugin';
|
|
|
import { BullMQJobQueuePlugin } from '@vendure/job-queue-plugin/package/bullmq';
|
|
import { BullMQJobQueuePlugin } from '@vendure/job-queue-plugin/package/bullmq';
|
|
|
import 'dotenv/config';
|
|
import 'dotenv/config';
|
|
|
-import { compileUiExtensions } from '@vendure/ui-devkit/compiler';
|
|
|
|
|
import path from 'path';
|
|
import path from 'path';
|
|
|
import { DataSourceOptions } from 'typeorm';
|
|
import { DataSourceOptions } from 'typeorm';
|
|
|
-
|
|
|
|
|
-import { MultivendorPlugin } from './example-plugins/multivendor-plugin/multivendor.plugin';
|
|
|
|
|
import { ReviewsPlugin } from './test-plugins/reviews/reviews-plugin';
|
|
import { ReviewsPlugin } from './test-plugins/reviews/reviews-plugin';
|
|
|
|
|
|
|
|
/**
|
|
/**
|