Skip to content

Commit

Permalink
chore: reverse import name in vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxi-ream committed Jul 19, 2024
1 parent e20d827 commit 598f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vstory/demo/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import * as path from 'path';
import react from '@vitejs/plugin-react';
import localConf from './vite.config.local.ts';
import localConf from './vite.config.local';

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 598f11f

Please sign in to comment.