Browse Source

chore(dashboard): Remove unused Vite configuration file

David Höck 10 months ago
parent
commit
235452d9b5
1 changed files with 0 additions and 14 deletions
  1. 0 14
      packages/dashboard/vite.config.ts

+ 0 - 14
packages/dashboard/vite.config.ts

@@ -1,14 +0,0 @@
-import path from 'path';
-import { pathToFileURL } from 'url';
-import { defineConfig } from 'vite';
-
-import { vendureDashboardPlugin } from './dist/plugin/index.js';
-
-// https://vite.dev/config/
-export default defineConfig({
-    plugins: [
-        vendureDashboardPlugin({
-            vendureConfigPath: pathToFileURL('../dev-server/dev-config.ts'),
-        }),
-    ],
-});