JeremyYao commented on code in PR #1465:
URL: https://github.com/apache/daffodil-vscode/pull/1465#discussion_r2440856839


##########
vite/package.vite.config.mjs:
##########
@@ -87,12 +87,12 @@ function copyToPkgDirPlugin() {
     { from: 'package.json', to: `${pkg_dir}/package.json` },
     { from: 'yarn.lock', to: `${pkg_dir}/yarn.lock` },
     {
-      from: 'node_modules/@omega-edit/server/bin',
-      to: `${pkg_dir}/node_modules/@omega-edit/server/bin`,
+      from: 'node_modules/@omega-edit/server/out/bin',
+      to: `${pkg_dir}/node_modules/@omega-edit/server//out/bin`,

Review Comment:
   Good catch! I went ahead addressed this in a new commit. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to