mirror of
https://github.com/domfelipe/clima-cuida-care-weather.git
synced 2026-08-07 06:16:46 +00:00
Initial Clima Cuida app
This commit is contained in:
commit
5d73f604b2
34 changed files with 5118 additions and 0 deletions
11
vite.config.ts
Normal file
11
vite.config.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
export default defineConfig(({ command }) => ({
|
||||
base: command === 'build' ? '/clima-cuida-care-weather/' : '/',
|
||||
plugins: [react()],
|
||||
test: {
|
||||
environment: 'node',
|
||||
globals: true,
|
||||
},
|
||||
}));
|
||||
Loading…
Add table
Add a link
Reference in a new issue