Skip to content

Commit b375dc4

Browse files
committed
chore: wip
1 parent e09d3f2 commit b375dc4

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://www.raycast.com/schemas/extension.json",
33
"name": "buddy",
44
"type": "module",
5-
"version": "0.0.1",
5+
"version": "0.70.23",
66
"title": "Stacks Buddy",
77
"description": "The Stacks Raycast extension.",
88
"author": "Stacks.js",
@@ -46,10 +46,10 @@
4646
],
4747
"files": ["README.md", "dist"],
4848
"scripts": {
49-
"dev": "ray develop",
49+
"dev": " npx ray develop",
5050
"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",
5353
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
5454
"changelog": "bunx changelogen --output CHANGELOG.md",
5555
"prepublishOnly": "bun --bun run build",

pkgx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dependencies:
22
bun.sh: ^1.2.8
3+
node: ^23.9.0

src/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
// Local development API
12
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'

0 commit comments

Comments
 (0)