Skip to content

Commit

Permalink
Add vite.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed4mach committed Oct 30, 2023
1 parent 3c539c5 commit 8cc029a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
13 changes: 0 additions & 13 deletions note.txt

This file was deleted.

10 changes: 10 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
base: '/apple-animation-replication/dist/',
server: {
host: true,
},
});

0 comments on commit 8cc029a

Please sign in to comment.