generated from autonomic-cooperative/astro-payload-template
Save generated payload types in astro types folder
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:
2
astro/.gitignore
vendored
2
astro/.gitignore
vendored
@ -18,4 +18,4 @@ pnpm-debug.log*
|
||||
.DS_Store
|
||||
|
||||
# types
|
||||
src/types.ts
|
||||
src/types/payload-types.ts
|
@ -1,4 +1,4 @@
|
||||
import type { Post } from "@/types";
|
||||
import type { Post } from "@/types/payload-types";
|
||||
|
||||
const url = import.meta.env.DEV
|
||||
? "http://payload:3001"
|
||||
|
Reference in New Issue
Block a user