update to use ssh

This commit is contained in:
Henry Dollman
2024-07-09 19:44:09 -04:00
parent 04c14ad4ab
commit 7af8671134
14 changed files with 639 additions and 181 deletions

View File

@@ -4,6 +4,9 @@ import path from 'path'
export default defineConfig({
plugins: [preact()],
esbuild: {
legalComments: 'external',
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),