We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b396c5 commit 5afc23dCopy full SHA for 5afc23d
taskfile.yaml
@@ -1,12 +1,12 @@
1
-version: "3"
+version: "4"
2
output: interleaved
3
dotenv: [".env.local"]
4
5
tasks:
6
post_create:
7
desc: "Runs after this template is instantiated as a Sandbox or Bootstrap"
8
vars:
9
- TOKEN_FILE: "hooks/useConnectionDetails.ts"
+ TOKEN_FILE: "hooks/useConnection.ts"
10
cmds:
11
- echo -e "Setting up sandbox..."
12
- platforms: [darwin]
0 commit comments