File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "version" : " 0.0.1" ,
3- "commit" : " 3314c76 " ,
4- "timestamp" : 1752740190610 ,
5- "buildDate" : " 2025-07-17T08:16:30.610Z " ,
6- "buildId" : " 0.0.1-3314c76-1752740190610 " ,
7- "cacheBuster" : " v=0.0.1&t=1752740190610 "
3+ "commit" : " 3d79c31 " ,
4+ "timestamp" : 1752741185197 ,
5+ "buildDate" : " 2025-07-17T08:33:05.197Z " ,
6+ "buildId" : " 0.0.1-3d79c31-1752741185197 " ,
7+ "cacheBuster" : " v=0.0.1&t=1752741185197 "
88}
Original file line number Diff line number Diff line change 1515 "build:widget" : " vite build" ,
1616 "build:loader" : " BUILD_TARGET=loader vite build" ,
1717 "preview" : " vite preview" ,
18- "test" : " echo 'Widget test page available at test.html'" ,
19- "test:cache-busting" : " vite --open test-cache-busting.html" ,
18+ "test" : " echo 'Widget test page available at test/test .html'" ,
19+ "test:cache-busting" : " vite --open test/test -cache-busting.html" ,
2020 "build:release" : " bun run build && echo 'Build complete! Remember to create a GitHub release to deploy.'"
2121 },
2222 "keywords" : [
File renamed without changes.
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ <h3>Call States:</h3>
128128 < script >
129129 // Configuration for the widget
130130 window . BuzzwaldConfig = {
131- id : '' ,
131+ id : 'aa5cc49e-629b-4961-a068-d7a3ba353c1d ' ,
132132 token : '' ,
133133 position : 'bottom-right' ,
134134 backgroundColor : '#FFFF00' ,
@@ -187,4 +187,4 @@ <h3>Call States:</h3>
187187 }
188188 </ script >
189189</ body >
190- </ html >
190+ </ html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default defineConfig(({ mode }) => {
6767 emptyOutDir : false // Don't clear dist when building loader
6868 } ,
6969 server : {
70- open : '/test.html'
70+ open : '/test/test .html'
7171 } ,
7272 plugins : [ generateVersionPlugin ( ) ]
7373 } ;
You can’t perform that action at this time.
0 commit comments