Skip to content

Commit 84a03ee

Browse files
authored
chore(init): cleanup twind options (#2868)
These values are no longer used.
1 parent 8ea3dbe commit 84a03ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init/src/mod.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ import { initProject } from "./init.ts";
33
import { InitError } from "./init.ts";
44

55
const flags = parseArgs(Deno.args, {
6-
boolean: ["force", "tailwind", "twind", "vscode", "docker", "help"],
6+
boolean: ["force", "tailwind", "vscode", "docker", "help"],
77
default: {
88
force: null,
99
tailwind: null,
10-
twind: null,
1110
vscode: null,
1211
docker: null,
1312
},

0 commit comments

Comments
 (0)