Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a725eda
feat: migrate from express to connect
43081j May 6, 2024
9b0b42a
fix
ndelangen May 7, 2024
c2261fd
Merge branch 'next' into pr/43081j/27045
ndelangen May 7, 2024
8129229
fix linting
ndelangen May 7, 2024
644582f
Merge branch 'next' into without-express
ndelangen May 7, 2024
f1685e7
Merge branch 'next' into without-express
43081j May 7, 2024
ffa4f0b
test: fix stories-json test assertions
43081j May 7, 2024
b92d83b
fix(core-server): remove unused import
43081j May 7, 2024
de5724b
Merge branch 'next' into without-express
ndelangen May 8, 2024
480b07b
Merge branch 'next' into without-express
ndelangen May 8, 2024
66d27f8
Merge branch 'next' into without-express
43081j May 18, 2024
c515678
Merge branch 'next' into without-express
43081j Jun 5, 2024
7832789
Merge branch 'next' into pr/43081j/27045
ndelangen Jul 1, 2024
2940276
update branch with CPC work
ndelangen Jul 1, 2024
e48040d
Merge branch 'next' into without-express
ndelangen Jul 4, 2024
88fbc1b
remove express types
ndelangen Jul 4, 2024
97d65b4
Merge branch 'next' into without-express
43081j Aug 6, 2024
9e3cd4d
Merge branch 'next' into pr/43081j/27045
ndelangen Aug 14, 2024
c18aedb
Merge branch 'next' into without-express
43081j Aug 18, 2024
4c2a2d4
Merge branch 'next' into without-express-polka
43081j Sep 27, 2024
841777d
feat: migrate from express to polka
43081j Sep 27, 2024
056a37c
fix: revert a few changes
43081j Sep 27, 2024
cce0f14
listen for requests, cleanup
JReinhold Sep 30, 2024
b64c7cf
comment update
JReinhold Oct 1, 2024
baa53b1
Merge branch 'next' of github.com:storybookjs/storybook into without-…
JReinhold Oct 1, 2024
4fd94e6
remove custom content-type headers
JReinhold Oct 2, 2024
0cafba6
make polka a dev dep of builder-vite
JReinhold Oct 2, 2024
31ca3f7
prebundle polka, sirv
JReinhold Oct 2, 2024
d85dc51
revert to existing static serving logic
JReinhold Oct 3, 2024
8f7f881
cleanup express dependencies
JReinhold Oct 3, 2024
2b4803e
Don't expose Polka typings
JReinhold Oct 3, 2024
ffef33c
fix middleware types
JReinhold Oct 3, 2024
b563eee
only expose router to builders
JReinhold Oct 4, 2024
66eddc5
Merge branch 'next' of github.com:storybookjs/storybook into without-…
JReinhold Oct 4, 2024
9fa3ee2
fix ServerApp types to match Polka/Trouter
JReinhold Oct 7, 2024
0f86686
migrate event log server to polka
JReinhold Oct 7, 2024
7e4313f
Merge branch 'next' into without-express-polka
JReinhold Oct 7, 2024
e6e745b
cleanup
JReinhold Oct 7, 2024
49483aa
wait for server to listen
JReinhold Oct 7, 2024
f0151ea
Merge branch 'next' of github.com:storybookjs/storybook into without-…
JReinhold Oct 7, 2024
9fcba90
fix format
JReinhold Oct 7, 2024
68f5724
regenerate lock-file
JReinhold Oct 7, 2024
6c3a0bb
fix formatting
JReinhold Oct 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
prebundle polka, sirv
  • Loading branch information
JReinhold committed Oct 2, 2024
commit 31ca3f76336a6ea380833fd92fc69f6f05b9130a
2 changes: 1 addition & 1 deletion code/builders/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"es-module-lexer": "^1.5.0",
"find-cache-dir": "^3.0.0",
"magic-string": "^0.30.0",
"sirv": "^2.0.4",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.0.0",
"glob": "^10.0.0",
"polka": "^1.0.0-next.28",
"sirv": "^2.0.4",
"slash": "^5.0.0",
"typescript": "^5.3.2",
"vite": "^4.0.4"
Expand Down
2 changes: 1 addition & 1 deletion code/builders/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"semver": "^7.3.7",
"sirv": "^2.0.4",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-dedent": "^2.0.0",
Expand All @@ -95,6 +94,7 @@
"@types/terser-webpack-plugin": "^5.2.0",
"@types/webpack-hot-middleware": "^2.25.6",
"pretty-hrtime": "^1.0.3",
"sirv": "^2.0.4",
"slash": "^5.0.0",
"typescript": "^5.3.2"
},
Expand Down