@t8/serve 0.1.23 → 0.1.25

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 +3 -2
  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: {
@@ -71,7 +72,7 @@ webServer: {
71
72
 
72
73
  ```
73
74
  /playground
74
- src
75
+ - src
75
76
  - App.tsx
76
77
  - index.css
77
78
  - index.tsx // imports "./App.tsx", "./index.css"
@@ -155,7 +156,7 @@ test.afterAll(() => {
155
156
 
156
157
  ```
157
158
  /tests/x
158
- src
159
+ - src
159
160
  - index.css
160
161
  - index.tsx // imports "./App.tsx", "./index.css"
161
162
  - index.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/serve",
3
- "version": "0.1.23",
3
+ "version": "0.1.25",
4
4
  "description": "Simple static file server + bundler, primarily for demo apps and tests, manual or automated",
5
5
  "keywords": [
6
6
  "node",