taco icon indicating copy to clipboard operation
taco copied to clipboard

Not a Dev: vite.config.ts change org variable

Open RMGhub opened this issue 2 years ago • 1 comments

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',
      },

RMGhub avatar Dec 07 '23 01:12 RMGhub

Hey! What did you have to change exactly? And what were you trying? And what steps did you follow?

tonioriol avatar Dec 07 '23 10:12 tonioriol