File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/create-wapi-app/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export async function createWhatsappBot(options: {
62
62
const deno = packageManagerInUse === PackageManagerEnum . Deno ;
63
63
await cp (
64
64
new URL (
65
- path . resolve ( `./template/${ deno ? "Deno" : isTypescriptEnabled ? "typeScript " : 'javaScript ' } ` ) ,
65
+ path . resolve ( `./template/${ deno ? "Deno" : isTypescriptEnabled ? "typescript " : 'javascript ' } ` ) ,
66
66
import . meta. url ,
67
67
) ,
68
68
root ,
@@ -76,7 +76,7 @@ export async function createWhatsappBot(options: {
76
76
if ( bun ) {
77
77
await cp (
78
78
new URL (
79
- `../template/Bun/${ isTypescriptEnabled ? "typeScript " : "javaScript "
79
+ `../template/Bun/${ isTypescriptEnabled ? "typescript " : "javascript "
80
80
} /package.json`,
81
81
import . meta. url ,
82
82
) ,
You can’t perform that action at this time.
0 commit comments