docs: update resolve path to use src (#9605)

Update path used in `resolve` of modules to start with `src`
This commit is contained in:
Shahed Nasser
2024-10-16 09:10:30 +00:00
committed by GitHub
parent 20428dac71
commit 714b9e6c98
23 changed files with 41 additions and 41 deletions
@@ -161,7 +161,7 @@ module.exports = defineConfig({
// ...
modules: [
{
resolve: "./modules/my-cache",
resolve: "./src/modules/my-cache",
options: {
// any options
ttl: 30,