Skip to content

Commit 0c5a1f8

Browse files
committed
point to exactly name
1 parent 10d89f4 commit 0c5a1f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UmbracoDayOfWeek/wwwroot/UmbracoDayOfWeek/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { defineConfig } from "vite";
44
export default defineConfig({
55
build: {
66
lib: {
7-
entry: "src/dayOfTheWeek.ts", // your web component source file
7+
entry: "src/dayoftheweek.ts", // your web component source file
88
formats: ["es"],
99
},
1010
outDir: "dist", // all compiled files will be placed here

0 commit comments

Comments
 (0)