-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fff22b
commit 9cf5a70
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ | |
"last 1 safari version" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ | |
"version": "1.1.18", | ||
"private": false, | ||
"type": "module", | ||
"author": "Yathindra Kodithuwakku <[email protected]>", | ||
"author": "WSO2", | ||
"scripts": { | ||
"start": "pnpm run server:local", | ||
"prestart": "pnpm run build", | ||
"start": "pnpm server:local", | ||
"prestart": "pnpm build", | ||
"build": "rimraf dist && pnpm tsc", | ||
"server:local": "concurrently \"pnpm tsc --watch\" \"NODE_OPTIONS='--experimental-specifier-resolution=node' nodemon -q dist/index.js\"" | ||
}, | ||
|