Skip to content

Commit

Permalink
kit: implement server components dev server (#14025)
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdave authored Sep 28, 2024
1 parent d09df1a commit 514d37b
Show file tree
Hide file tree
Showing 82 changed files with 3,800 additions and 5,952 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn build(b: *Build) !void {

// TODO: Upgrade path for 0.14.0
// b.graph.zig_lib_directory = brk: {
// const sub_path = "src/deps/zig/lib";
// const sub_path = "vendor/zig/lib";
// const dir = try b.build_root.handle.openDir(sub_path, .{});
// break :brk .{ .handle = dir, .path = try b.build_root.join(b.graph.arena, &.{sub_path}) };
// };
Expand Down Expand Up @@ -295,7 +295,7 @@ pub fn build(b: *Build) !void {
bun_check_obj.generated_bin = null;
step.dependOn(&bun_check_obj.step);

// The default install step will run zig build check This is so ZLS
// The default install step will run zig build check. This is so ZLS
// identifies the codebase, as well as performs checking if build on
// save is enabled.

Expand Down
4 changes: 0 additions & 4 deletions packages/bun-darwin-aarch64/.npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions packages/bun-linux-x64/.npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/bun-plugin-css/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/bun-plugin-css/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/bun-plugin-css/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/bun-plugin-lightningcss/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/bun-plugin-lightningcss/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/bun-plugin-lightningcss/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/bun-plugin-mdx/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/bun-plugin-mdx/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/bun-plugin-mdx/package.json

This file was deleted.

169 changes: 0 additions & 169 deletions packages/bun-plugin-server-components/.gitignore

This file was deleted.

Loading

0 comments on commit 514d37b

Please sign in to comment.