renamed dir client to web
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
fs: {
|
||||
allow: ["./client/app.css", "./client/assets"],
|
||||
allow: ["./web/app.css", "./web/assets"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user