mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
-dot-
This commit is contained in:
parent
afcd821f50
commit
13525c85a0
@ -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'),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Before Width: | Height: | Size: 302 KiB After Width: | Height: | Size: 302 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in New Issue
Block a user