generated from autonomic-cooperative/astro-payload-template
Move payload types again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f94bc5d822
commit
09ad9bdc6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ data
|
|||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
/types/payload-types.ts
|
payload-types.ts
|
@ -5,7 +5,7 @@
|
|||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"],
|
"@/*": ["src/*"],
|
||||||
"@/types/*": ["../types/*"]
|
"@/types/*": ["../*"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,6 @@ export default buildConfig({
|
|||||||
},
|
},
|
||||||
collections: [Posts, Users, Authors, Media],
|
collections: [Posts, Users, Authors, Media],
|
||||||
typescript: {
|
typescript: {
|
||||||
outputFile: path.resolve("../types/", "payload-types.ts"),
|
outputFile: path.resolve("../", "payload-types.ts"),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user