Skip to content

Commit

Permalink
re-add web stack for first deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Apr 1, 2024
1 parent aa3cb1c commit c5cd201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sst.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SSTConfig } from 'sst';
// import { Web } from './stacks/Web';
import { Web } from './stacks/Web';
import { Database } from './stacks/Database';

export default {
Expand All @@ -10,6 +10,6 @@ export default {
};
},
stacks(app) {
app.stack(Database);
app.stack(Database).stack(Web);
},
} satisfies SSTConfig;

0 comments on commit c5cd201

Please sign in to comment.