File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://www.raycast.com/schemas/extension.json" ,
3
3
"name" : " buddy" ,
4
4
"type" : " module" ,
5
- "version" : " 0.0.1 " ,
5
+ "version" : " 0.70.23 " ,
6
6
"title" : " Stacks Buddy" ,
7
7
"description" : " The Stacks Raycast extension." ,
8
8
"author" : " Stacks.js" ,
46
46
],
47
47
"files" : [" README.md" , " dist" ],
48
48
"scripts" : {
49
- "dev" : " ray develop" ,
49
+ "dev" : " npx ray develop" ,
50
50
"build" : " bun --bun build.ts" ,
51
- "lint" : " bunx --bun eslint . && ray lint" ,
52
- "lint:fix" : " bunx --bun eslint . --fix && ray lint --fix" ,
51
+ "lint" : " bunx --bun eslint . && npx ray lint" ,
52
+ "lint:fix" : " bunx --bun eslint . --fix && npx ray lint --fix" ,
53
53
"fresh" : " bunx rimraf node_modules/ bun.lock && bun i" ,
54
54
"changelog" : " bunx changelogen --output CHANGELOG.md" ,
55
55
"prepublishOnly" : " bun --bun run build" ,
Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
bun.sh : ^1.2.8
3
+ node : ^23.9.0
Original file line number Diff line number Diff line change
1
+ // Local development API
1
2
export const API_URL = 'http://raycast-api.test/api'
2
- // export const API_URL = "http://raycast-api.test/api";
3
+
4
+ // For testing, using a mockable endpoint
5
+ // export const API_URL = 'https://jsonplaceholder.typicode.com'
You can’t perform that action at this time.
0 commit comments