mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
mobile: fix clipper build path
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -34,10 +34,7 @@ export default defineConfig({
|
||||
js: "clipper.bundle.js"
|
||||
},
|
||||
distPath: {
|
||||
root: path.resolve(
|
||||
__dirname,
|
||||
"../../apps/mobile/native/ios/extension.bundle"
|
||||
)
|
||||
root: path.resolve(__dirname, "../../apps/mobile/ios/extension.bundle")
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user