Initial commit
This commit is contained in:
11
templates/vite.config.ts
Normal file
11
templates/vite.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { cloudflare } from '@cloudflare/vite-plugin'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
cloudflare({
|
||||
// Optional: Configure the plugin if needed
|
||||
// See: https://developers.cloudflare.com/workers/vite-plugin/
|
||||
}),
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user