This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 3d0bbe2
Keen Yee Liau
build: move temp file for banner to server/out/banner (#603)
Currently the rollup-ed banner file in dist/server/banner.js is included
in the release but it is unnecessary.
This commit moves it to server/out/banner/banner.rollup.js and thus removes
it from the dist folder.1 parent 21c3fe5 commit 3d0bbe2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments