Skip to content

Commit

Permalink
Working on staging
Browse files Browse the repository at this point in the history
  • Loading branch information
david-shibley-contentful committed Oct 2, 2024
1 parent fdf6045 commit b475682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/index.jsx"></script>
</body>
</html>

6 changes: 1 addition & 5 deletions apps/image-focal-point/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ export default defineConfig({
server: {
port: 3000,
},
base: './',
build: {
outDir: 'build',
lib: {
entry: 'src/index.jsx',
name: 'Image-Focal-Point',
fileName: (format) => `image-focal-point.${format}.js`,
},
},
});

0 comments on commit b475682

Please sign in to comment.