File tree 5 files changed +6
-6
lines changed 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
< link rel ="icon " type ="image/png " href ="favicon.png " />
10
10
< link rel ="stylesheet " href ="build/bundle.css " />
11
11
12
- < script defer src ="build/bundle .js "> </ script >
12
+ < script defer src ="build/pyscript .js "> </ script >
13
13
</ head >
14
14
15
15
< body >
Original file line number Diff line number Diff line change 9
9
< link rel ="icon " type ="image/png " href ="favicon.png " />
10
10
< link rel ="stylesheet " href ="build/bundle.css " />
11
11
12
- < script defer src ="build/bundle .js "> </ script >
12
+ < script defer src ="build/pyscript .js "> </ script >
13
13
</ head >
14
14
15
15
< body >
Original file line number Diff line number Diff line change 9
9
< link rel ="icon " type ="image/png " href ="favicon.png " />
10
10
< link rel ="stylesheet " href ="build/bundle.css " />
11
11
12
- < script defer src ="build/bundle .js "> </ script >
12
+ < script defer src ="build/pyscript .js "> </ script >
13
13
</ head >
14
14
15
15
< body >
Original file line number Diff line number Diff line change 9
9
< link rel ="icon " type ="image/png " href ="favicon.png " />
10
10
< link rel ="stylesheet " href ="build/bundle.css " />
11
11
12
- < script defer src ="build/bundle .js "> </ script >
12
+ < script defer src ="build/pyscript .js "> </ script >
13
13
</ head >
14
14
15
15
< body >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default {
40
40
sourcemap : true ,
41
41
format : "iife" ,
42
42
name : "app" ,
43
- file : "public/build/bundle .js" ,
43
+ file : "public/build/pyscript .js" ,
44
44
} ,
45
45
plugins : [
46
46
svelte ( {
@@ -54,7 +54,7 @@ export default {
54
54
dev : ! production ,
55
55
} ,
56
56
} ) ,
57
- css ( { output : "bundle .css" } ) ,
57
+ css ( { output : "pyscript .css" } ) ,
58
58
resolve ( {
59
59
browser : true ,
60
60
dedupe : [ "svelte" ] ,
You can’t perform that action at this time.
0 commit comments