diff --git a/.env b/.env new file mode 100644 index 00000000..cb285291 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +VITE_OPEN_COLLECTIVE_API_KEY=your_key \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 590d269c..7207a39a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3021,9 +3021,15 @@ } }, "node_modules/@tanstack/query-core": { +<<<<<<< HEAD + "version": "5.74.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.4.tgz", + "integrity": "sha512-YuG0A0+3i9b2Gfo9fkmNnkUWh5+5cFhWBN0pJAHkHilTx6A0nv8kepkk4T4GRt4e5ahbtFj2eTtkiPcVU1xO4A==", +======= "version": "5.74.3", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.3.tgz", "integrity": "sha512-Mqk+5o3qTuAiZML248XpNH8r2cOzl15+LTbUsZQEwvSvn1GU4VQhvqzAbil36p+MBxpr/58oBSnRzhrBevDhfg==", +>>>>>>> 0b3b615dec2d07e3d8a3995743096155bcb5dcaa "license": "MIT", "funding": { "type": "github", @@ -3031,12 +3037,21 @@ } }, "node_modules/@tanstack/react-query": { +<<<<<<< HEAD + "version": "5.74.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.4.tgz", + "integrity": "sha512-mAbxw60d4ffQ4qmRYfkO1xzRBPUEf/72Dgo3qqea0J66nIKuDTLEqQt0ku++SDFlMGMnB6uKDnEG1xD/TDse4Q==", + "license": "MIT", + "dependencies": { + "@tanstack/query-core": "5.74.4" +======= "version": "5.74.3", "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.3.tgz", "integrity": "sha512-QrycUn0wxjVPzITvQvOxFRdhlAwIoOQSuav7qWD4SWCoKCdLbyRZ2vji2GuBq/glaxbF4wBx3fqcYRDOt8KDTA==", "license": "MIT", "dependencies": { "@tanstack/query-core": "5.74.3" +>>>>>>> 0b3b615dec2d07e3d8a3995743096155bcb5dcaa }, "funding": { "type": "github", diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 2e7af2b7..00000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -} diff --git a/src/App.tsx b/src/App.tsx index a0cae13e..44d7c2f8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -143,6 +143,7 @@ function App() { assetsApi={new assetsApi('https://api.utopia-lab.org/assets/')} appName={map.name} embedded={embedded} + openCollectiveApiKey={import.meta.env.VITE_OPEN_COLLECTIVE_API_KEY} >