Compare commits

..
Author SHA1 Message Date
Vivian Phung 35b01c5749 fix: temp frontend deployment bug 2024-06-25 00:58:13 -04:00
Vivian Phung 49de738220 v.0.0.9 staging 2024-06-24 19:52:25 -04:00
+3 -4
View File
@@ -13,13 +13,12 @@ export default defineConfig({
context: '/src/context',
components: '/src/components',
pages: '/src/pages',
types: '/src/types',
},
},
define: {
'process.env': {},
__VERSION__: JSON.stringify(
(await promisify(exec)('git rev-parse --short HEAD')).stdout.trim(),
),
// __VERSION__: JSON.stringify(
// (await promisify(exec)('git rev-parse --short HEAD')).stdout.trim(),
// ),
},
});