Skip to content

Commit f0a6e49

Browse files
committed
dev: register puter.perms module
1 parent 1f05df6 commit f0a6e49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/puter-js/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import { make_http_api } from './lib/http.js';
2626
import Exec from './modules/Exec.js';
2727
import Convert from './modules/Convert.js';
2828
import Threads from './modules/Threads.js';
29+
import Perms from './modules/Perms.js';
2930

3031
// TODO: This is for a safe-guard below; we should check if we can
3132
// generalize this behavior rather than hard-coding it.
@@ -100,6 +101,7 @@ window.puter = (function() {
100101
this.registerModule('ai', AI);
101102
this.registerModule('kv', KV);
102103
this.registerModule('threads', Threads);
104+
this.registerModule('perms', Perms);
103105
this.registerModule('drivers', Drivers);
104106
this.registerModule('debug', Debug);
105107
this.registerModule('exec', Exec);

0 commit comments

Comments
 (0)