chore: remove config section on README
This commit is contained in:
parent
f30153b245
commit
19a3f7ce9c
1 changed files with 0 additions and 12 deletions
12
README.md
12
README.md
|
@ -44,18 +44,6 @@ The time has come for vanilla Web tech. 🎉
|
||||||
- e.g., `./routes/api/users.ts` can be accessed via `http://<domain>/api/users`
|
- e.g., `./routes/api/users.ts` can be accessed via `http://<domain>/api/users`
|
||||||
- TypeScript or JavaScript welcome!
|
- TypeScript or JavaScript welcome!
|
||||||
|
|
||||||
## McFly config
|
|
||||||
|
|
||||||
To tell McFly you want to use components, pass the mode (only `"js"` for now) to the `components` prop mcfly.config.ts
|
|
||||||
|
|
||||||
```js
|
|
||||||
import defineConfig from "./packages/define-config";
|
|
||||||
|
|
||||||
export default defineConfig({
|
|
||||||
components: "js",
|
|
||||||
});
|
|
||||||
|
|
||||||
```
|
|
||||||
## Packages
|
## Packages
|
||||||
The following are the project packages published on the NPM registry:
|
The following are the project packages published on the NPM registry:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue