jonalex
Explore posts from serversBblendOS
•Created by jonalex on 5/14/2025 in #🆘┃support
Can't load System Settings
I installed BlendOS successfully on an Intel mini-pc, running on a TF card, but I it won't open system settings so I can't find a way to add containers.
If I right click System and try to load App Details, it opens the App Store and says "Sorry! There are no details for that application"
56 replies
Import assertions are deprecated
I'm trying to run /saaskit and it seems to be referencing older versions.
I'm (newby) stuck on this:
error: Import assertions are deprecated. Use
with
keyword, instead of 'assert' keyword.
import emojis from "./all.json" assert { type: "json" };
at https://deno.land/x/[email protected]/emoji.ts:2:11 replies