mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-14 19:56:28 +00:00
bubbles: added
This commit is contained in:
9
bubbles/vite.config.js
Normal file
9
bubbles/vite.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
root: 'src',
|
||||
build: {
|
||||
outDir: '../../dist/bubbles'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user