File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ const nodeSqlLiteWasm = '../../node_modules/node-sqlite3-wasm/dist/*.wasm';
2323
2424runBuild ( {
2525 entryPoints : [ './src/index.ts' ] ,
26- outfile : './dist /lsp.js' ,
26+ outfile : '../vscode/out/lsp /lsp.js' ,
2727 assets : [
28- { from : [ nodeSqlLiteWasm ] , to : './dist /' } ,
29- { from : [ './src/run.js' ] , to : './dist ' } ,
30- { from : [ '../../packages/editor-server/src/resources/**' ] , to : './dist /resources/' } ,
31- { from : [ '../../packages/quarto-core/src/resources/**' ] , to : './dist/ resources/' } ,
32- { from : [ './dist/**' ] , to : [ '../vscode/out/lsp/' ] } ] ,
28+ { from : [ nodeSqlLiteWasm ] , to : '../vscode/out/lsp /' } ,
29+ { from : [ './src/run.js' ] , to : '../vscode/out/lsp ' } ,
30+ { from : [ '../../packages/editor-server/src/resources/**' ] , to : '../vscode/out/lsp /resources/' } ,
31+ { from : [ '../../packages/quarto-core/src/resources/**' ] , to : '../vscode/out/lsp/ resources/' }
32+ ] ,
3333 minify : ! dev ,
3434 dev
3535} )
You can’t perform that action at this time.
0 commit comments