feat(SW-375): new tokens
new asset generation logic BREAKING CHANGE: New tokens.
This commit is contained in:
15
packages/design-system/example/vite.config.ts
Normal file
15
packages/design-system/example/vite.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/// <reference types="vitest" />
|
||||
|
||||
import { resolve } from 'node:path'
|
||||
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
publicDir: resolve(__dirname, '../public'),
|
||||
server: {
|
||||
open: './index.html',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user