relay filter/appview bootstrap
1const main = () => { 2 console.log("Hello!!"); 3}; 4 5main();