Skip to content

Commit

Permalink
must remove web stack before first re-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Apr 19, 2024
1 parent 8e61774 commit e956e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export default {
};
},
stacks(app) {
app.stack(Database).stack(Web);
app.stack(Database);
},
} satisfies SSTConfig;

0 comments on commit e956e82

Please sign in to comment.