mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
feat(infra): framework
This commit is contained in:
@@ -9,7 +9,12 @@ import { defineConfig } from 'vitest/config';
|
||||
const rootDir = fileURLToPath(new URL('.', import.meta.url));
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react(), vanillaExtractPlugin()],
|
||||
plugins: [
|
||||
react({
|
||||
tsDecorators: true,
|
||||
}),
|
||||
vanillaExtractPlugin(),
|
||||
],
|
||||
assetsInclude: ['**/*.md', '**/*.zip'],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user