#What's the recommended / latest command to start a new ember app today? (pnpm, embroider, gts...)

1 messages ยท Page 1 of 1 (latest)

random dawn
#

Trying to prevent any manual tweaks after doing ember new... ๐Ÿ™

near hollow
#

it runs vite

random dawn
#

mmmm I think vite will be too much for now.

near hollow
#

there are some rough edges, and I haven't updated it to run ember test yet

near hollow
#

I should tag that actually

random dawn
#

I was looking for something more stable. Pretty much embroider + pnpm + gts support.

#

wait, so there are no "flags" we can pass to ember new yet that will give that config for free? ๐Ÿค”

near hollow
#

not yet -- we're going to make a new bluprint entirely to get everything polaris

#

we did the same with Octane before its release

#

that's the more stable embroider with webpack, and still using broccoli as the main build system

feral geyser
#

There are flags for pnpm and embroider and typescript. Not for gjs/gts.