setup wrangler and cloudflare pages
Some checks failed
Push to cloudflare pages / deploy (push) Failing after 3s
Some checks failed
Push to cloudflare pages / deploy (push) Failing after 3s
This commit is contained in:
parent
8aed0c2352
commit
6a599ea004
19 changed files with 5001 additions and 1160 deletions
|
@ -1,4 +1,5 @@
|
|||
import { paraglide } from '@inlang/paraglide-sveltekit/vite';
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
import { defineConfig } from 'vitest/config';
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
|
||||
|
@ -8,10 +9,19 @@ export default defineConfig({
|
|||
paraglide({
|
||||
project: './project.inlang',
|
||||
outdir: './src/lib/paraglide'
|
||||
})
|
||||
}),
|
||||
tailwindcss()
|
||||
],
|
||||
|
||||
test: {
|
||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||
},
|
||||
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: 'modern-compiler',
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue