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