mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2024-11-20 19:07:20 +01:00
🔧 Create separate Vite config JS according to https://github.com/sveltejs/kit/issues/928
This commit is contained in:
parent
eb7bb1345e
commit
83d23a5a4b
8
app/vite.config.cjs
Normal file
8
app/vite.config.cjs
Normal file
@ -0,0 +1,8 @@
|
||||
const pkg = require("./package.json");
|
||||
|
||||
/** @type {import('vite').UserConfig} */
|
||||
export default {
|
||||
ssr: {
|
||||
noExternal: Object.keys(pkg.dependencies || {}),
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user