mirror of
https://github.com/jcreek/PlannerGenerator.git
synced 2026-07-13 02:53:51 +00:00
feat(*): Add working version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import netlify from '@sveltejs/adapter-netlify';
|
||||
|
||||
const config = {
|
||||
kit: {
|
||||
adapter: netlify()
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user