Fix frontend code location

This commit is contained in:
Edward Betts 2024-05-04 11:12:41 +03:00
parent 69aa945a26
commit 7e6ea04f53
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ export default defineConfig({
build: {
target: 'esnext',
lib: {
entry: path.resolve(__dirname, 'src/main.js'),
entry: path.resolve(__dirname, 'frontend/main.js'),
name: 'OWL',
fileName: (format) => `owl.${format}.js`
},