This commit is contained in:
KernelDeimos 2024-04-11 21:46:43 -04:00
parent afcd821f50
commit 13525c85a0
47 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class SelfhostedModule extends AdvancedBase {
commands: [ commands: [
{ {
name: 'puter.js:webpack-watch', name: 'puter.js:webpack-watch',
directory: 'packages/puter-dot-js', directory: 'packages/puter-js',
command: 'npm', command: 'npm',
args: ['run', 'start-webpack'], args: ['run', 'start-webpack'],
}, },
@ -29,7 +29,7 @@ class SelfhostedModule extends AdvancedBase {
directories: [ directories: [
{ {
prefix: '/sdk', prefix: '/sdk',
path: path_.resolve(__dirname, '../../../packages/puter-dot-js/dist'), path: path_.resolve(__dirname, '../../../packages/puter-js/dist'),
}, },
], ],
}); });

View File

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 302 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB