Skip to content

Commit

Permalink
Merge pull request #14 from CMSgov/txt-text
Browse files Browse the repository at this point in the history
updating config to include txt-generator
  • Loading branch information
shaselton-usds authored Dec 5, 2023
2 parents 6090086 + 05e88e0 commit 2597020
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 2597020

Please sign in to comment.