forked from edward/owl-map
Fix frontend code location
This commit is contained in:
parent
69aa945a26
commit
7e6ea04f53
|
@ -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`
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue