File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ import { make_http_api } from './lib/http.js';
2626import Exec from './modules/Exec.js' ;
2727import Convert from './modules/Convert.js' ;
2828import 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 ) ;
You can’t perform that action at this time.
0 commit comments