taco
taco copied to clipboard
Not a Dev: vite.config.ts change org variable
Hey, not a dev here but I noticed I had to change the vite.config.ts file instead of just being able to use .env variables. Probable should do it to the project as well.
export default defineConfig({
plugins: [
sentrySvelteKit({
sourceMapsUploadOptions: {
org: 'ORGNAME',
project: 'taco',
},
Hey! What did you have to change exactly? And what were you trying? And what steps did you follow?