Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.0.2 #4

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ console.log(`cd ${repoName}`);
console.log(`pnpm dev`);
console.log(`Visit http://localhost:3000 to see the project in action!`);
console.log(`Run the following command in another terminal:`);
console.log(`npx localtunnel --port 3000`);
console.log(`npx cloudflared tunnel --url http://localhost:5173`);
console.log(
`Create a new post in https://dscvr.one/ and paste the URL generated by localtunnel to see the canvas app in the post!`
`Create a new post in https://dscvr.one/ and paste the generated URL to see the canvas app in the post!`
);
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dscvr-one/create-canvas-starter",
"version": "1.0.1",
"version": "1.0.2",
"description": "npx create starter that clones from dscvr canvas examples",
"main": "index.js",
"bin": "./bin/cli.js",
Expand Down