Skip to content

Commit

Permalink
remove recipies
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Jan 16, 2025
1 parent 0fc2d71 commit 368ef14
Show file tree
Hide file tree
Showing 184 changed files with 1 addition and 8,263 deletions.
2 changes: 1 addition & 1 deletion packages/blitz/build.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {BuildConfig} from "unbuild"

const config: BuildConfig = {
entries: ["./src/index-browser", "./src/index-server", "./src/cli/index", "./src/installer"],
entries: ["./src/index-browser", "./src/index-server", "./src/cli/index"],
externals: ["index-browser.cjs", "index-browser.mjs", "index.cjs", "zod", "react"],
declaration: true,
rollup: {
Expand Down
1 change: 0 additions & 1 deletion packages/blitz/installer.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/blitz/installer.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/blitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"sideEffects": false,
"license": "MIT",
"files": [
"installer.*",
"dist/**",
"bin/**"
],
Expand Down
325 changes: 0 additions & 325 deletions packages/blitz/src/cli/commands/install.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/blitz/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const commands = {
generate: () => import("./commands/generate").then((i) => i.generate),
codegen: () => import("./commands/codegen").then((i) => i.codegen),
db: () => import("./commands/db").then((i) => i.db),
install: () => import("./commands/install").then((i) => i.install),
console: () => import("./commands/console").then((i) => i.consoleREPL),
routes: () => import("./commands/routes").then((i) => i.routes),
}
Expand All @@ -47,7 +46,6 @@ const aliases: Record<string, keyof typeof commands> = {
e: "export",
n: "new",
g: "generate",
i: "install",
c: "console",
r: "routes",
}
Expand Down
12 changes: 0 additions & 12 deletions packages/blitz/src/installer/components/enter-to-continue.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions packages/blitz/src/installer/components/newline.tsx

This file was deleted.

Loading

0 comments on commit 368ef14

Please sign in to comment.