Vegard Bjørsvik
06/13/2022, 8:43 PMnpm init sst or can I just update an existing project with the config files and package.json?Frank
npm init sst and merge the two repos. Beside sst.json and the depencencies in package.json, here are some other files:
• .env optional
• .vscode/ hooks up sst start with VS Code for break point debugging
• tsconfig.json if u r doing TS
• vitest.config.ts if u r running tests