cpc 3.0.0

evaluates math expressions, with support for units and conversion between units
Documentation
1
2
3
4
5
6
7
8
9
import adapter from '@sveltejs/adapter-vercel';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

const config = {
	preprocess: vitePreprocess(),
	kit: { adapter: adapter() }
};

export default config;