mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 13:50:01 -04:00
monorepo part 1
This commit is contained in:
parent
aa838cbff6
commit
2138e02613
26 changed files with 681 additions and 14437 deletions
13
frontend/svelte.config.cjs
Normal file
13
frontend/svelte.config.cjs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// DO NOT CONVERT THIS TO ESMODULES, VITE WILL BREAK
|
||||
const preprocess = require("svelte-preprocess");
|
||||
|
||||
const config = {
|
||||
preprocess: [
|
||||
preprocess({
|
||||
postcss: true,
|
||||
typescript: true,
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
module.exports = config;
|
Loading…
Add table
Add a link
Reference in a new issue