Skip to content

Commit

Permalink
Fix workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Sep 20, 2023
1 parent d780b0a commit d9e5b93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# production
/build
/dist

# misc
.DS_Store
Expand Down
25 changes: 0 additions & 25 deletions client/dist/index.html

This file was deleted.

1 change: 1 addition & 0 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import react from "@vitejs/plugin-react";
export default {
mode: "production",
root: path.join(process.cwd(), "./src"),
base: "./",
build: { outDir: path.join(process.cwd(), "./dist") },
plugins: [
react(),
Expand Down

0 comments on commit d9e5b93

Please sign in to comment.