Skip to content

Commit

Permalink
updating config to include txt-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
shaselton committed Dec 5, 2023
1 parent 2f0bd99 commit 05e88e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
input: {
main: resolve(__dirname, "index.html"),
"filename-wizard": resolve(__dirname, "filename-wizard", "index.html"),
"txt-generator": resolve(__dirname, "txt-generator", "index.html"),
},
},
},
Expand Down

0 comments on commit 05e88e0

Please sign in to comment.