Finish vite migration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-12 19:45:54 +01:00
parent 34efa48c3e
commit cef5d3c416
9 changed files with 6 additions and 917 deletions

View File

@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import viteTsconfigPaths from "vite-tsconfig-paths";
import { resolve } from "path";
export default defineConfig({
// depending on your application, base can also be "/"
@ -13,9 +12,4 @@ export default defineConfig({
// this sets a default port to 3000
port: 3000,
},
resolve: {
alias: {
"family-chart": resolve(__dirname, "src"),
},
},
});