norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.4K
active users

#vite

3 posts3 participants0 posts today

#deno has good support for #vite apps. Currently testing with a large #vue app and since it has many packages in the #monorepo with #workspace|s this has come handy. To start an app from the root of the project do this:
```sh
deno task --filter @scoped/package dev
```

This will run the mentioned workspace as expected. Other scripts are obviously possible. To see all possible ways of running node scripts as deno tasks, see this diff: github.com/denoland/deno/pull/

Closes #24991
GitHubfeat(task): support --filter by marvinhagemeister · Pull Request #26949 · denoland/denoCloses #24991

Big wins from the Ember Initiative 🎉

@real_ate shares the latest wins from Mainmatter’s ongoing work: Embroider@4 is now stable, @vite is the default, there's a codemod to help you migrate, and we’ve audited the top 100 addons—plus defined a migration path for ember-css-modules.

Big improvements for everyone using #EmberJS 💪

Read the full update 👉 mainmatter.com/blog/2025/04/10

MainmatterEmber Initative - First Update - Mainmatter
More from Mainmatter

Here's my 2-hour session from last night where we used Github Copilot Edits to create a "Space Invaders" clone. We go from a blank #Vite project to a technically full game with scoring, lives, title screen, etc. What a blast!

youtu.be/hFR1IpF5_Lc

REPO: github.com/Fortyseven/codegen-

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
#llm#coding#ai

At this point #Vite should just throw their dev server away or expose it as an additional package. I'm tired of all those #Dependabot MRs fixing the sEcUrItY vUlNeRaBiLiTiEs

"Only apps explicitly exposing the Vite dev server to the network are affected" well yeah cause you're not supposed to do it 😩