Started refactoring, added prettier and checks and reformatted project, added cspell and checks and custom project words, beginning of robotic oceanographic surface sampler content
This commit is contained in:
@@ -1,22 +1,19 @@
|
||||
import path from 'path';
|
||||
import {getViteConfig} from 'astro/config';
|
||||
import path from "path";
|
||||
import { getViteConfig } from "astro/config";
|
||||
|
||||
export default getViteConfig(
|
||||
{
|
||||
// @ts-ignore
|
||||
test: {
|
||||
exclude: [
|
||||
"test-e2e/**",
|
||||
"node_modules/**",
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src')
|
||||
},
|
||||
},
|
||||
{
|
||||
// @ts-ignore
|
||||
test: {
|
||||
exclude: ["test-e2e/**", "node_modules/**"],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
site: 'https://caperren.com/'
|
||||
},
|
||||
);
|
||||
},
|
||||
{
|
||||
site: "https://caperren.com/",
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user