Skip to content

Commit

Permalink
fix: linux issues (filenames)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Feb 19, 2024
1 parent 38b4dd9 commit c0abce1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/jcdcdev.Umbraco.RelationsManager.Client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
entry: "src/index.ts", // your web component source file
formats: ["es"],
},
outDir: "../jcdcdev.Umbraco.RelationsManager/wwwroot/App_Plugins/RelationsManager/dist/", // your web component will be saved in this location
outDir: "../jcdcdev.Umbraco.RelationsManager/wwwroot/App_Plugins/relationsManager/dist/", // your web component will be saved in this location
sourcemap: true,
rollupOptions: {
// external: [/^@umbraco-ui/],
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script defer="defer" src="/App_Plugins/RelationsManager/dist/jcdcdev-umbraco-relationsmanager.js"
<script defer="defer" src="/App_Plugins/relationsManager/dist/jcdcdev-umbraco-relationsmanager.js"
type="module"></script>
<div id="relations-manager-app"></div>
<script>
Expand Down

0 comments on commit c0abce1

Please sign in to comment.