Skip to content

Commit 090fa44

Browse files
committed
chore: update templates
1 parent 140e8d8 commit 090fa44

7 files changed

Lines changed: 6 additions & 8 deletions

File tree

apps/test-bot/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
compiled-commandkit.config.mjs
44
*.db*
55
.workflow-data/
6-
.swc/
6+
.swc/

apps/test-bot/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
"skipLibCheck": true,
1212
"skipDefaultLibCheck": true,
1313
"allowJs": true,
14-
"alwaysStrict": false,
1514
"checkJs": false,
1615
"strict": true,
1716
"strictNullChecks": true,
18-
"baseUrl": ".",
1917
"paths": {
2018
"@/*": ["./src/*"]
2119
}

examples/basic-js/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ lerna-debug.log*
3333

3434
# other
3535
**/*.DS_Store
36-
.temp-example
36+
.temp-example

examples/basic-ts/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ lerna-debug.log*
3333

3434
# other
3535
**/*.DS_Store
36-
.temp-example
36+
.temp-example

examples/with-ai/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3737
.commandkit
3838
dist
3939

40-
*.db*
40+
*.db*

examples/with-leveling-system/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ lerna-debug.log*
3333
# other
3434
**/*.DS_Store
3535

36-
src/database/prisma/*
36+
src/database/prisma/*

examples/with-workflow/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ lerna-debug.log*
3535
**/*.DS_Store
3636
.temp-example
3737
.workflow-data/
38-
.swc/
38+
.swc/

0 commit comments

Comments
 (0)