Skip to content

Commit

Permalink
Start implementation on serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jul 16, 2024
1 parent b047474 commit 83113f7
Show file tree
Hide file tree
Showing 7 changed files with 3,686 additions and 263 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-spoons-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"spauna": minor
---

Start implementation on serve command
2 changes: 1 addition & 1 deletion fixtures/1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./2.json",
"framework": "vue"
"framework": "react"
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"license": "MIT",
"dependencies": {
"@types/yargs": "^17.0.32",
"webpack": "^5.93.0",
"webpack-config-single-spa-react": "^4.0.5",
"webpack-dev-server": "^5.0.4",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 83113f7

Please # to comment.