Skip to content

Commit

Permalink
revert: "build: add sentry template"
Browse files Browse the repository at this point in the history
This reverts commit e0007d2.
  • Loading branch information
StarHeartHunt committed Dec 8, 2023
1 parent e0007d2 commit 9ab581d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/sentry.html

This file was deleted.

4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ for (const entry of entries) {
input[entry.replace(".ts", "")] = `src/entries/${entry}`;
}

const templatesInput: Record<string, string> = {};
const templatesInput: Record<string, string> = {
sentry: "src/entries/sentry.ts",
};
for (const template of templates) {
templatesInput[template.replace(".html", "")] = `templates/${template}`;
}
Expand Down

0 comments on commit 9ab581d

Please sign in to comment.