mirror of
https://github.com/penpot/penpot.git
synced 2026-03-23 20:01:12 +01:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
/// <reference types="vitest/config" />
|
|
import { defineConfig } from 'vite';
|
|
|
|
export default defineConfig({
|
|
root: './',
|
|
});
|