Skip to content

Commit

Permalink
add stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
anwalkers committed Aug 31, 2023
1 parent 96d5d66 commit 4f1916f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@org/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"scripts": {
"start": "npx nx run ag-grid-theme-issue:serve"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.2.0",
Expand Down Expand Up @@ -53,5 +55,8 @@
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
},
"stackblitz": {
"startCommand": "npm start"
}
}

0 comments on commit 4f1916f

Please sign in to comment.