3ddd3594f0
* Absorb Snowpack config inside Astro * Add basic README * Format tests * Update esbuild * Format tests
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
export default {
|
|
projectRoot: '.',
|
|
astroRoot: './astro',
|
|
dist: './_site',
|
|
// No extensions needed, React is the default.
|
|
};
|