refactor: move HTML files to src/, use vite HTML entry points
- Move welcome.html to src/ - Use vite HTML inputs instead of static copy for offscreen.html and welcome.html - Source HTML references .ts, vite transforms to .js - Update paths in background.ts to src/
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
<title>Playwriter Offscreen</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="./offscreen.js" type="module"></script>
|
||||
<script src="./offscreen.ts" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user