mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 08:09:20 +00:00
fix: temp frontend (#230)
* v.0.0.9 staging * fix: temp frontend deployment bug
This commit is contained in:
parent
94f46f9621
commit
8a2b51952f
@ -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(),
|
||||
// ),
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user