|
Last change
on this file since 140d098 was 793ce2c, checked in by Andrej <asumanovski@…>, 5 months ago |
|
Landing page design
|
-
Property mode
set to
100644
|
|
File size:
221 bytes
|
| Rev | Line | |
|---|
| [72053b5] | 1 | import { defineConfig } from 'vite'
|
|---|
| 2 | import react from '@vitejs/plugin-react'
|
|---|
| [793ce2c] | 3 | import tailwindcss from '@tailwindcss/vite';
|
|---|
| [72053b5] | 4 |
|
|---|
| 5 | // https://vite.dev/config/
|
|---|
| 6 | export default defineConfig({
|
|---|
| [793ce2c] | 7 | plugins: [react(), tailwindcss()],
|
|---|
| [72053b5] | 8 | })
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.