3ddd3594f0
* Absorb Snowpack config inside Astro * Add basic README * Format tests * Update esbuild * Format tests
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
export default {
|
|
projectRoot: '.',
|
|
astroRoot: './astro',
|
|
dist: './_site',
|
|
extensions: {
|
|
'.jsx': 'preact',
|
|
},
|
|
};
|