Merge pull request #7 from Rowblox/sitetest

Fix env vars
This commit is contained in:
I-Have-An-Issue 2022-10-08 03:42:10 +00:00 committed by GitHub
commit caf20723ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
import { sveltekit } from "@sveltejs/kit/vite";
const config = {
plugins: [sveltekit()],
define: {
"process.env": process.env
}
plugins: [sveltekit()]
};
export default config;