@t8/serve 0.1.24 → 0.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,7 @@ npm run play
46
46
  ```
47
47
 
48
48
  ```
49
+ // With Playwright:
49
50
  // playwright.config.ts
50
51
  ...
51
52
  use: {
@@ -156,6 +157,7 @@ test.afterAll(() => {
156
157
  ```
157
158
  /tests/x
158
159
  - src
160
+ - App.tsx
159
161
  - index.css
160
162
  - index.tsx // imports "./App.tsx", "./index.css"
161
163
  - index.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/serve",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "Simple static file server + bundler, primarily for demo apps and tests, manual or automated",
5
5
  "keywords": [
6
6
  "node",