Skip to content

Commit

Permalink
#5 df: merge conflict v17
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 16, 2023
1 parent c9eb1d1 commit 5a8a0b5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 31 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/vite-env.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions tsconfig.node.json

This file was deleted.

12 changes: 12 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import dotenv from 'dotenv';
dotenv.config();

import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';

export default defineConfig({
plugins: [react()],
build: {
outDir: 'dist/app',
},
});

0 comments on commit 5a8a0b5

Please sign in to comment.