mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Add react, tailwind, react+tailwind+shadcn to bun init (#17282)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
This commit is contained in:
@@ -267,7 +267,7 @@ pub const CreateCommand = struct {
|
||||
break :brk positionals[1];
|
||||
};
|
||||
|
||||
const destination = try filesystem.dirname_store.append([]const u8, resolve_path.joinAbs(filesystem.top_level_dir, .auto, dirname));
|
||||
const destination = try filesystem.dirname_store.append([]const u8, resolve_path.joinAbs(filesystem.top_level_dir, .loose, dirname));
|
||||
|
||||
var progress = Progress{};
|
||||
progress.supports_ansi_escape_codes = Output.enable_ansi_colors_stderr;
|
||||
|
||||
Reference in New Issue
Block a user