Skip to content

Commit

Permalink
Merge pull request #13 from kwicherbelliaken/07-12-feature_add_sst_to…
Browse files Browse the repository at this point in the history
…_project

feature: added SST to project
  • Loading branch information
slackermorris authored Jul 12, 2024
2 parents 4b838a7 + 04d2fc9 commit 29d9a6d
Show file tree
Hide file tree
Showing 6 changed files with 23,804 additions and 14,978 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ pnpm-debug.log*
*.pem
.cache
.astro

# sst
.sst
7 changes: 7 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from "astro/config";
import aws from "astro-sst";

export default defineConfig({
output: "server",
adapter: aws(),
});
Loading

0 comments on commit 29d9a6d

Please sign in to comment.