init
This commit is contained in:
11
playground/astro.config.mjs
Normal file
11
playground/astro.config.mjs
Normal file
@@ -0,0 +1,11 @@
|
||||
// @ts-check
|
||||
import { defineConfig, envField } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
env: {
|
||||
schema: {
|
||||
ZOD_POCKETBASE_URL: envField.string({ context: "server", access: "public" }),
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user