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