blob: 0f1a83f300eee2c8030fe4eaf459b95e5da676c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
✅ Project initialized
Run these commands to get started
cd project
# Run the tests
deno test
# Run the tests and watch for file changes
deno task dev
# Publish to JSR (dry run)
deno publish --dry-run
|