Skip to content

Commit 5afc23d

Browse files
committed
update taskfile
1 parent 5b396c5 commit 5afc23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: "3"
1+
version: "4"
22
output: interleaved
33
dotenv: [".env.local"]
44

55
tasks:
66
post_create:
77
desc: "Runs after this template is instantiated as a Sandbox or Bootstrap"
88
vars:
9-
TOKEN_FILE: "hooks/useConnectionDetails.ts"
9+
TOKEN_FILE: "hooks/useConnection.ts"
1010
cmds:
1111
- echo -e "Setting up sandbox..."
1212
- platforms: [darwin]

0 commit comments

Comments
 (0)