Bladeren bron

fix(api): use correct path for rollup bundle output (#1448)

Amr Bashir 4 jaren geleden
bovenliggende
commit
b9cbaad4d3
2 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      api/rollup.config.js
  2. 0 0
      core/tauri/scripts/bundle.js

+ 1 - 1
api/rollup.config.js

@@ -65,7 +65,7 @@ export default [
     output: [
       {
         name: '__TAURI__',
-        dir: '../tauri/scripts',
+        dir: '../core/tauri/scripts',
         entryFileNames: 'bundle.js',
         format: 'umd',
         plugins: [

File diff suppressed because it is too large
+ 0 - 0
core/tauri/scripts/bundle.js


Some files were not shown because too many files changed in this diff