sveltekit-cordova-adapter icon indicating copy to clipboard operation
sveltekit-cordova-adapter copied to clipboard

replace hardcoded app path with builder.getAppPath()

Open MrNNP opened this issue 2 years ago • 0 comments
trafficstars

Right now if you change the appDir parameter in kit.config it breaks functionality for this adapter. Using builder.getAppPath fixes this issue because it uses the user inputted directory rather than hard coding the default one.

MrNNP avatar May 28 '23 21:05 MrNNP